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

Andre Oppermann andre at FreeBSD.org
Wed Mar 1 13:13:32 PST 2006


andre       2006-03-01 21:13:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          tcp_input.c tcp_subr.c tcp_timer.h 
                         tcp_var.h 
  Log:
  MFC: Have TCP Inflight disable itself if the RTT is below a certain
  threshold.
  
  The sysctl net.inet.tcp.inflight.rttthresh specifies the threshold
  in milliseconds below which inflight will disengage.  It defaults
  to 10ms.
  
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.281.2.5  +10 -0     src/sys/netinet/tcp_input.c
  1.228.2.6  +7 -1      src/sys/netinet/tcp_subr.c
  1.27.2.1   +3 -0      src/sys/netinet/tcp_timer.h
  1.126.2.1  +1 -0      src/sys/netinet/tcp_var.h


More information about the cvs-all mailing list