lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Optimizing TCP writes


From: Jonathan Larmour
Subject: Re: [lwip-users] Optimizing TCP writes
Date: Wed, 05 Mar 2008 14:48:21 +0000
User-agent: Thunderbird 1.5.0.12 (X11/20070530)

Bill Auerbach wrote:
>> You can call tcp_output directly yourself, or you can call
>> tcp_output_nagle
>> to use the Nagle algorithm, which is usually recommended for a variety of
>> reasons. http://en.wikipedia.org/wiki/Nagle's_algorithm
> 
> Thank you.  That was a good read.  As is Nagle's follow-up about delayed
> ACKs and Nagle's algorithm not playing well together and his solution: 
> 
> http://developers.slashdot.org/comments.pl?sid=174457&threshold=1&commentsor
> t=0&mode=thread&cid=14515105
> 
> Does lwIP use or support this delayed ACK "improvement"?

Nope. Whether the extra code complexity (=> size increase) will mean it
ever happens I'm not sure.

Jifl
-- 
eCosCentric Limited      http://www.eCosCentric.com/     The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.       Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
------["Si fractum non sit, noli id reficere"]------       Opinions==mine




reply via email to

[Prev in Thread] Current Thread [Next in Thread]