On 22 Nov 2011, at 16:58, Brian McFarland wrote: > I need to delay > calling tcp_recved(), but still be prepared to handle up to a total of > TCP_WND bytes in my tcp_recv() callback?
Exactly > Will the LwIP stack ever send > MORE than TCP_WND bytes through to the tcp_recv() callback without first > invoking tcp_recved() to advertise a new window? It shouldn't do. Kieran _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
