lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Move the nagle algorithm to core instead of api


From: Thomas Taranowski
Subject: Re: [lwip-devel] Move the nagle algorithm to core instead of api
Date: Tue, 19 Jun 2007 11:43:17 -0700

That looks like a nice clean solution to me.  I'm guessing the only reason it wasn't put there in the first place, is the developer of the socket library didn't want to muck around with the core code.

On 6/19/07, Goldschmidt Simon <address@hidden> wrote:

Shouldn't callback api apps also be able to use the nagle algorithm? Currently, we have it implemented in do_write(), which eventually calls tcp_output().

If we create a function/define tcp_nagle_output(tcp_pcb), and include all those if's and the call to tcp_output() in that function, core apps could call tcp_nagle_output instead of tcp_output and also have nagle support.

Any thoughts?


Simon


_______________________________________________
lwip-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-devel



reply via email to

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