diff options
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r-- | sys/netinet/tcp_output.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index f94b854..1985359 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1391,8 +1391,6 @@ tcp_addoptions(struct tcpopt *to, u_char *optp) * "The content of the header beyond the End-of-Option option * must be header padding (i.e., zero)." * and later: "The padding is composed of zeros." - * While EOLs are zeros use an explicit 0x00 here to not confuse - * people with padding of EOLs. */ while (optlen % 4) { optlen += TCPOLEN_PAD; |