andre       2006-02-28 23:05:59 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_syncache.c tcp_var.h 
  Log:
  Rework TCP window scaling (RFC1323) to properly scale the send window
  right from the beginning and partly clean up the differences in handling
  between SYN_SENT and SYN_RCVD (syncache).
  
  Further changes to this code to come.  This is a first incremental step
  to a general overhaul and streamlining of the TCP code.
  
  PR:             kern/15095
  PR:             kern/92690 (partly)
  Reviewed by:    qingli (and tested with ANVL)
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  
  Revision  Changes    Path
  1.291     +20 -19    src/sys/netinet/tcp_input.c
  1.85      +1 -1      src/sys/netinet/tcp_syncache.c
  1.128     +1 -1      src/sys/netinet/tcp_var.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to