Source-Changes archive

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

CVS commit: syssrc/sys/netinet



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


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.




Home | Main Index | Thread Index | Old Index