cvs commit: src/sys/netinet tcp_output.c
Andre Oppermann
andre at FreeBSD.org
Sat Jun 9 21:19:13 UTC 2007
andre 2007-06-09 21:19:12 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
Make the handling of the tcp window explicit for the SYN_SENT case
in tcp_outout(). This is currently not strictly necessary but paves
the way to simplify the entire SYN options handling quite a bit.
Clarify comment. No change in effective behavour with this commit.
RFC1323 requires the window field in a SYN (i.e., a <SYN> or
<SYN,ACK>) segment itself never be scaled.
Revision Changes Path
1.138 +10 -4 src/sys/netinet/tcp_output.c
More information about the cvs-src
mailing list