On Thu, 2009-10-22 at 10:22 -0400, Jeff Barber wrote: > problem. However, shouldn't the TCP_SND_QUEUELEN (32) and TCP_SND_BUF > (8 * MSS) values be a limit to the maximum number of "outstanding" > pbufs?
Yes. TCP_SND_BUF should cover all packets in flight from the application until they are acked by the other end. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
