Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/17/2006 09:31:17
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.