Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2002 11:26:02 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h
Message-ID:  <200208171826.g7HIQ3iC047374@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/08/17 11:26:02 PDT

  Modified files:
    sys/netinet          tcp_input.c tcp_output.c tcp_subr.c 
                         tcp_usrreq.c tcp_var.h 
  Log:
  Implement TCP bandwidth delay product window limiting, similar to (but
  not meant to duplicate) TCP/Vegas.  Add four sysctls and default the
  implementation to 'off'.
  
  net.inet.tcp.inflight_enable    enable algorithm (defaults to 0=off)
  net.inet.tcp.inflight_debug     debugging (defaults to 1=on)
  net.inet.tcp.inflight_min       minimum window limit
  net.inet.tcp.inflight_max       maximum window limit
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.171     +6 -0      src/sys/netinet/tcp_input.c
  1.68      +1 -0      src/sys/netinet/tcp_output.c
  1.141     +158 -0    src/sys/netinet/tcp_subr.c
  1.80      +2 -0      src/sys/netinet/tcp_usrreq.c
  1.83      +7 -0      src/sys/netinet/tcp_var.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208171826.g7HIQ3iC047374>