Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: john heasley <heas@netbsd.org>
List: source-changes
Date: 02/12/2005 01:24:07
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.