Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 21:09:50 +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_input.c
Message-ID:  <200706092109.l59L9o0k097539@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2007-06-09 21:09:50 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Remove some bogosity from the SYN_SENT case in tcp_do_segment
  and simplify handling of the send/receive window scaling.  No
  change in effective behavour.
  
  RFC1323 requires the window field in a SYN (i.e., a <SYN> or
  <SYN,ACK>) segment itself never be scaled.
  
  Noticed by:     yar
  
  Revision  Changes    Path
  1.356     +8 -6      src/sys/netinet/tcp_input.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706092109.l59L9o0k097539>