From owner-cvs-all Sat Aug 24 11:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEDF37B400; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3383A43E3B; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OIeRJU073402; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OIeReg073401; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) Message-Id: <200208241840.g7OIeReg073401@freefall.freebsd.org> From: Matt Dillon Date: Sat, 24 Aug 2002 11:40:26 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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