As far as I understand, lwip doesn't alter TCP receive window size. The normal way to do flow control is to let TCP fill the receive window. As long as the receive window is full, the remote host will no send any more data. Then you move the receive window with tcp_recved().
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
