summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2008-04-07 18:50:05 +0000
committerandre <andre@FreeBSD.org>2008-04-07 18:50:05 +0000
commit2f48bcbeebc59856515e542f81551bcb481fcf50 (patch)
treebb31c0d6fbf9b64d14d68f6acd2e37365438a1f4
parent6028637ec1995a37b1df00c45b0545263425a9b4 (diff)
downloadFreeBSD-src-2f48bcbeebc59856515e542f81551bcb481fcf50.zip
FreeBSD-src-2f48bcbeebc59856515e542f81551bcb481fcf50.tar.gz
Remove now unnecessary comment.
-rw-r--r--sys/netinet/tcp_output.c2
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;
OpenPOWER on IntegriCloud