Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 11:40:26 -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:  <200208241840.g7OIeReg073401@freefall.freebsd.org>

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

  Modified files:        (Branch: RELENG_4)
    sys/netinet          tcp_input.c tcp_output.c tcp_subr.c 
                         tcp_usrreq.c tcp_var.h 
  Log:
  MFC the TCP bandwidth-based window limiting code.  Default operation is
  to not limit the window (feature disabled).  Setting
  net.inet.tcp.inflight_enable to 1 will enable the feature.
  
  Differences from current:  debugging defaults to off, and the window
  minimum is set to a production value of 6144 bytes rather then a debugging
  value of 1024 bytes.  See 'man tcp' and 'man tuning' for more information.
  
  Revision    Changes    Path
  1.107.2.27  +6 -0      src/sys/netinet/tcp_input.c
  1.39.2.16   +1 -0      src/sys/netinet/tcp_output.c
  1.73.2.28   +162 -0    src/sys/netinet/tcp_subr.c
  1.51.2.16   +2 -0      src/sys/netinet/tcp_usrreq.c
  1.56.2.12   +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?200208241840.g7OIeReg073401>