Subject: CVS commit: [netbsd-1-6] syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/28/2002 05:33:38
Module Name:	syssrc
Committed By:	lukem
Date:		Wed Aug 28 02:33:38 UTC 2002

Modified Files:
	syssrc/sys/netinet [netbsd-1-6]: tcp_input.c

Log Message:
Pull up revision 1.153 (requested by thorpej in ticket #738):
Fix a problem introduced in rev 1.103, where we recycle a TIME_WAIT
TCPCB .. the fields need to be converted back to net-order, because
the packet is checksummed after the TCPCB lookup happens.
From YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>.


To generate a diff of this commit:
cvs rdiff -r1.141.4.1 -r1.141.4.2 syssrc/sys/netinet/tcp_input.c

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