From eb99d21022e89eb9fe0544d87278d63a681f8052 Mon Sep 17 00:00:00 2001 From: likewise Date: Sat, 16 Oct 2004 15:12:56 +0000 Subject: [PATCH] Mentioned adapted TCP behaviour; send ACK even if one was pending, iff rcv_wnd is above threshold. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index aca55fd1..4d365ae0 100644 --- a/CHANGELOG +++ b/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 * 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