Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/27/2005 17:10:07
Module Name:	src
Committed By:	mycroft
Date:		Thu Jan 27 17:10:07 UTC 2005

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

Log Message:
Do the other TCP_PAWS_IDLE check unsigned as well.  It doesn't do us any harm,
and it could detect even older time stamps.  (Really, to be 100% correct, there
should be a timer that clears these out -- but it probably doesn't matter in
the real world.)


To generate a diff of this commit:
cvs rdiff -r1.215 -r1.216 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.