diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2008-04-07 18:50:05 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2008-04-07 18:50:05 +0000 |
| commit | 5b2e33eab5841b63f4c84f926b5513d5de52da15 (patch) | |
| tree | bb31c0d6fbf9b64d14d68f6acd2e37365438a1f4 /sys/netinet/tcp_output.c | |
| parent | c343c524e1617820c2b25d208d8c122a3696d93c (diff) | |
Notes
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 f94b8541b224..1985359c451c 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; |
