mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove stale comment.
The IPv6 pseudo header checksum was added by bz in r235961. Sponsored by: Essen FreeBSD Hackathon
This commit is contained in:
parent
208a8b9532
commit
fc4443a1d5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285874
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user