[Top][All Lists]
[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
- [lwip-devel] Move the nagle algorithm to core instead of api,
Goldschmidt Simon <=