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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to