Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: john heasley <heas@netbsd.org>
List: source-changes
Date: 01/03/2005 19:47:30
Module Name:	src
Committed By:	heas
Date:		Mon Jan  3 19:47:30 UTC 2005

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

Log Message:
In tcp_respond(), clear the m_pkthdr.csum_flags that was inherited from the
received packet so that the checksum is not performed twice.  Also,
tcp_respond() does not fill-in the m_pkthdr.csum_data, so a h/w checksum may
have the wrong offset.

OK from Jason Thorpe.


To generate a diff of this commit:
cvs rdiff -r1.176 -r1.177 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.