svn commit: r285874 - head/sys/netinet

Kristof Provost kp at FreeBSD.org
Sat Jul 25 16:14:57 UTC 2015


Author: kp
Date: Sat Jul 25 16:14:55 2015
New Revision: 285874
URL: https://svnweb.freebsd.org/changeset/base/285874

Log:
  Remove stale comment.
  
  The IPv6 pseudo header checksum was added by bz in r235961.
  
  Sponsored by:	Essen FreeBSD Hackathon

Modified:
  head/sys/netinet/tcp_output.c

Modified: head/sys/netinet/tcp_output.c
==============================================================================
--- head/sys/netinet/tcp_output.c	Sat Jul 25 15:56:49 2015	(r285873)
+++ head/sys/netinet/tcp_output.c	Sat Jul 25 16:14:55 2015	(r285874)
@@ -1212,7 +1212,6 @@ send:
 	/*
 	 * Enable TSO and specify the size of the segments.
 	 * The TCP pseudo header checksum is always provided.
-	 * XXX: Fixme: This is currently not the case for IPv6.
 	 */
 	if (tso) {
 		KASSERT(len > tp->t_maxopd - optlen,


More information about the svn-src-head mailing list