diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-02-06 13:32:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-02-06 13:32:22 +0000 |
commit | d426e4a9bbe1846a67dae3cf973df3356c558d5d (patch) | |
tree | a1aa6253a6e2825f1bd7b1a7599ec0f259955e89 | |
parent | 8513dd28cf6347afb7f5c08fc6de7c6832e33350 (diff) |
Notes
-rw-r--r-- | sys/netinet/tcp_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index eba8ca3eb827..6519f99f77f1 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1262,8 +1262,8 @@ send: #ifdef INET6 if (isipv6) { /* - * ip6_plen is not need to be filled now, and will be filled - * in ip6_output. + * There is no need to fill in ip6_plen right now. + * It will be filled later by ip6_output. */ m->m_pkthdr.csum_flags = CSUM_TCP_IPV6; th->th_sum = in6_cksum_pseudo(ip6, sizeof(struct tcphdr) + |