Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/05/2008 09:38:48
Module Name:	src
Committed By:	yamt
Date:		Tue Feb  5 09:38:48 UTC 2008

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

Log Message:
- start tcp timestamp from 1 instead of 0.
- add a comment to explain why:
+        * We start with 1, because 0 doesn't work with linux, which
+        * considers timestamp 0 in a SYN packet as a bug and disables
+        * timestamps.


To generate a diff of this commit:
cvs rdiff -r1.278 -r1.279 src/sys/netinet/tcp_input.c
cvs rdiff -r1.221 -r1.222 src/sys/netinet/tcp_subr.c

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