Name

tcp_recved() — Indicate receipt of data

Synopsis

void tcp_recved (struct tcp_pcb *pcb , u16_t len );

Description

This function must be called when the application has received the data. len indicates the length of the received data.