2008/10/23 Bruce Sutherland <[EMAIL PROTECTED]>: > Should I delay calling tcp_recved in the case that the serial ring buffer is > too full? If so, when will my receive callback be called again? Is there > some better way to achieve this?
You should look at the echo sample code in lwip/contrib/ports/unix/proj/minimal/echo.c I think it is a good example of how to implement flow control on incoming TCP data. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
