Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-6] syssrc/sys/netinet



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@localhost>.


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.




Home | Main Index | Thread Index | Old Index