Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Kentaro A. Kurahone <kurahone@netbsd.org>
List: source-changes
Date: 03/18/2005 21:25:09
Module Name:	src
Committed By:	kurahone
Date:		Fri Mar 18 21:25:09 UTC 2005

Modified Files:
	src/sys/netinet: tcp_sack.c

Log Message:
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.11 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.