Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   heas
Date:           Fri Feb 18 00:52:56 UTC 2005

Modified Files:
        src/sys/netinet: ip_output.c
        src/sys/sys: mbuf.h

Log Message:
My last change for pseudo-header checksums was flawed.  The pseudo-header
checksum is always in the L4 header by the time we get to this point.  It
was occasionally not there due to a bug in tcp_respond, which has since
been fixed.
So, instead just stash the length of the L3 header in the high 16 bits of
csum_data.


To generate a diff of this commit:
cvs rdiff -r1.142 -r1.143 src/sys/netinet/ip_output.c
cvs rdiff -r1.101 -r1.102 src/sys/sys/mbuf.h

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