cvs commit: src/sys/netinet tcp_input.c tcp_syncache.c tcp_var.h

Andre Oppermann andre at FreeBSD.org
Tue Feb 28 15:05:59 PST 2006


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


More information about the cvs-all mailing list