Source-Changes archive

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

CVS commit: src/sys/netinet



Module Name:    src
Committed By:   heas
Date:           Sat Feb 12 01:24:07 UTC 2005

Modified Files:
        src/sys/netinet: tcp_subr.c

Log Message:
ntohs->htons for ip6 plen (payload length).
It not technically appear to be necessary to set plen here, since ip6_output()
starts by calculating it, but leaving it keeps it consistent with other code.


To generate a diff of this commit:
cvs rdiff -r1.179 -r1.180 src/sys/netinet/tcp_subr.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