Hey,

that is the LwIP implementation of the Nagle Algorithm. 
There were some discussions on this list about it already.

You can use TCP_NODELAY socketoption in sequential APIs. (setsockopt)

Also TCP_SND_QUEUELEN calculates the number of pbufs for tcp 
communication, AFAIK.

regards,
Fabian

[EMAIL PROTECTED] wrote on 25.11.2008 
09:12:43:

> Another question would be, is there a way for me to force TCP to 
> send instead queueing ? Like some kind of flush function?
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to