|
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 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |