On Thu, 2007-03-22 at 11:27 +0200, Vlad wrote: > Hi! > > i've tried to reduce TCP_SND_QUEUE even to: > > #define TCP_SND_QUEUELEN TCP_SND_BUF/TCP_MSS
Sorry, I should have been more explicit: decrease TCP_SND_BUF not TCP_SND_QUEUELEN. The former is the max length in bytes, the latter is the max number of pbufs in the send queue (and must be at least 2 * TCP_SND_BUF/TCP_MSS for things to work well). Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
