Subject: CVS commit: [netbsd-3] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/06/2005 08:32:17
Module Name:	src
Committed By:	tron
Date:		Fri May  6 08:32:17 UTC 2005

Modified Files:
	src/sys/netinet [netbsd-3]: tcp_sack.c

Log Message:
Pull up revision 1.11 (requested by yamt in ticket #250):
TCP/SACK changes from FreeBSD.
Ignore the SACK option if
 * The packet is not an ACK.
 * The ACK is outside of snd_una -> snd_max


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.2.1 src/sys/netinet/tcp_sack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.