Browse Source

Mentioned adapted TCP behaviour; send ACK even if one was pending, iff rcv_wnd is above threshold.

STABLE-2_1_x
likewise 22 years ago
parent
commit
eb99d21022
  1. 2
      CHANGELOG

2
CHANGELOG

@ -11,7 +11,7 @@ HISTORY
(STABLE-1_1_0-RC1)
2004-10-16 Kieran Mansley - kjm25@cam.ac.uk
2004-10-16 Kieran Mansley <kjm25@cam.ac.uk>
* tcp.c Add code to tcp_recved() to send an ACK (window update) immediately,
even if one is already pending, if the rcv_wnd is above a threshold
(currently TCP_WND/2). This avoids waiting for a timer to expire to send a

Loading…
Cancel
Save