lwip-devel
[Top][All Lists]
Advanced

[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/





reply via email to

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