Name
netconn_recved() — Update receive window
Synopsis
void netconn_recved
(
struct netconn *conn
, u32_t length
)
;
Description
The application can call this function to notify the stack that it has processed the received data and is able to accept new data.
Warning | |
---|---|
This function is primarily for use with sockets, and should be used with
care. It can only be used
when |
2024-03-18 | LWIP Documentation Notices |