lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] RE: [lwip] tcp flushing


From: Kieran Mansley
Subject: [lwip-users] RE: [lwip] tcp flushing
Date: Wed, 08 Jan 2003 23:37:43 -0000

On Thu, 28 Nov 2002, Jimi Simpson wrote:
> If I am correct then this is exactly the same behaviour that I was
> experiencing yesterday. Basically if you call tcp_output() immediately
> after the tcp_write() then the data gets sent straight away,
> irrespective of it's length.

Yes, looks like our Nagle is a bit too strong!  I'll file a bug against
this - the sockets interface write() call at least should result in a
tcp_output(), though I'm not sure if people using the raw interface would
want it to happen automatically.  Any thoughts?  Personally, I'm
optimising for low latency so always call tcp_output() from tcp_write().

Kieran

[This message was sent through the lwip discussion list.]




reply via email to

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