diff options
author | andre <andre@FreeBSD.org> | 2008-04-07 18:50:05 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2008-04-07 18:50:05 +0000 |
commit | 2f48bcbeebc59856515e542f81551bcb481fcf50 (patch) | |
tree | bb31c0d6fbf9b64d14d68f6acd2e37365438a1f4 | |
parent | 6028637ec1995a37b1df00c45b0545263425a9b4 (diff) | |
download | FreeBSD-src-2f48bcbeebc59856515e542f81551bcb481fcf50.zip FreeBSD-src-2f48bcbeebc59856515e542f81551bcb481fcf50.tar.gz |
Remove now unnecessary comment.
-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; |