cvs commit: src/sys/netinet tcp_input.c

Andre Oppermann andre at FreeBSD.org
Sat Jun 9 21:09:50 UTC 2007


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


More information about the cvs-src mailing list