]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the handling of the tcp window explicit for the SYN_SENT case
authorAndre Oppermann <andre@FreeBSD.org>
Sat, 9 Jun 2007 21:19:12 +0000 (21:19 +0000)
committerAndre Oppermann <andre@FreeBSD.org>
Sat, 9 Jun 2007 21:19:12 +0000 (21:19 +0000)
commit104ebb2a4538e21ddc4ef9f246df360a05ac4cfc
treeb5d73f6b8dae7dfab41b56fb135c025c877fc34e
parent5396d0f8d85b9f770159304cbd6bff22e092a4b3
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.
sys/netinet/tcp_output.c