Remove stale comment.

The IPv6 pseudo header checksum was added by bz in r235961.

Sponsored by:	Essen FreeBSD Hackathon
This commit is contained in:
Kristof Provost 2015-07-25 16:14:55 +00:00
parent 208a8b9532
commit fc4443a1d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285874

View File

@ -1212,7 +1212,6 @@ tcp_output(struct tcpcb *tp)
/*
* 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,