Date: Sat, 9 Jun 2007 21:19:12 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <200706092119.l59LJCLj007247@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706092119.l59LJCLj007247>