[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #20515] TCP delayed ack does not work as expected
From: |
Kieran Mansley |
Subject: |
[lwip-devel] [bug #20515] TCP delayed ack does not work as expected |
Date: |
Mon, 30 Mar 2009 12:09:53 +0000 |
User-agent: |
Opera/9.21 (X11; Linux i686; U; en) |
Follow-up Comment #20, bug #20515 (project lwip):
The "every 2nd packet" bit should be guaranteed by the calls to tcp_ack() in
tcp_receive().
tcp_recved() will call tcp_ack() only to send a window update in the case
where it would allow the sender to transmit a significant amount more data.
This window-update-ACK is in addition to the data-path ACKs, so we may still
send more ACKs than is strictly necessary, but I think it should be much
better than before.
Happy to change that function name.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20515>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/27
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/27
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Simon Goldschmidt, 2009/03/29
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected,
Kieran Mansley <=
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Simon Goldschmidt, 2009/03/30
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Oleg Tyshev, 2009/03/30
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Oleg Tyshev, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Oleg Tyshev, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Oleg Tyshev, 2009/03/31
- [lwip-devel] [bug #20515] TCP delayed ack does not work as expected, Kieran Mansley, 2009/03/31