cvs commit: src/sys/netinet tcp_output.c

[ Available lists | Index of cvs-all | Month of Mar 2008 | Week of 9 Mar 2008 | Raw email | View thread | Wrap long lines | Reply ]
From
Bjoern A. Zeeb <bz@FreeBSD.org>
Date
9 Mar 2008 13:26:51
Subject
cvs commit: src/sys/netinet tcp_output.c
Message-ID
200803091326.m29DQoCI095152@repoman.freebsd.org


[ Hide this part ]
bz          2008-03-09 13:26:50 UTC

FreeBSD src repository

Modified files:
sys/netinet tcp_output.c
Log:
Padding after EOL option must be zeros according to RFC793 but
the NOPs used are 0x01.
While we could simply pad with EOLs (which are 0x00), rather use an
explicit 0x00 constant there to not confuse poeple with 'EOL padding'.
Put in a comment saying just that.

Problem discussed on: src-committers with andre, silby, dwhite as
follow up to the rev. 1.161 commit of tcp_var.h.
MFC after: 11 days

Revision Changes Path
1.146 +10 -2 src/sys/netinet/tcp_output.c


Elapsed time: 0.057 seconds