On Tue, 2010-02-02 at 12:33 +1100, Mykola Kyrylenko wrote: > Is it possible to have TCP_WND = TCP_MSS for packet reception, but > have > the recommended TCP_WND = 4 * TCP_MSS for packet transmission?
It's the other way round: the receiver needs to have a larger window. The sender could in theory get away with a very small TCP_WND. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
