Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/28/2002 05:23:58
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Aug 28 02:23:58 UTC 2002

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

Log Message:
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.152 -r1.153 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.