Subject: PR/34748 CVS commit: src/sys/netinet
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 10/17/2006 09:35:01
The following reply was made to PR kern/34748; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34748 CVS commit: src/sys/netinet
Date: Tue, 17 Oct 2006 09:31:17 +0000 (UTC)

 Module Name:	src
 Committed By:	yamt
 Date:		Tue Oct 17 09:31:17 UTC 2006
 
 Modified Files:
 	src/sys/netinet: tcp_input.c
 
 Log Message:
 tcp_input: if we have SACK, don't enter fastrecovery on three dupacks.
 otherwise, we can enter fastrecovery due to DSACKs, which we treat
 as dupacks here.  PR/34748.  reviewed by Rui Paulo.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.252 -r1.253 src/sys/netinet/tcp_input.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.