lwip-devel
[Top][All Lists]
Advanced

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

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


From: Goldschmidt Simon
Subject: [lwip-devel] Move the nagle algorithm to core instead of api
Date: Tue, 19 Jun 2007 20:33:25 +0200

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


reply via email to

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