From owner-cvs-all Sat Dec 14 13: 0:19 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 C3C9C37B401; Sat, 14 Dec 2002 13:00:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E55743EB2; Sat, 14 Dec 2002 13:00:18 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBEL0ImV052754; Sat, 14 Dec 2002 13:00:18 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBEL0Hop052751; Sat, 14 Dec 2002 13:00:17 -0800 (PST) Message-Id: <200212142100.gBEL0Hop052751@repoman.freebsd.org> From: Matt Dillon Date: Sat, 14 Dec 2002 13:00:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c src/share/man/man7 tuning.7 src/share/man/man4 tcp.4 X-FreeBSD-CVS-Branch: HEAD 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/12/14 13:00:17 PST Modified files: sys/netinet tcp_subr.c share/man/man7 tuning.7 share/man/man4 tcp.4 Log: Change tcp.inflight_min from 1024 to a production default of 6144. Create a sysctl for the stabilization value for the bandwidth delay product (inflight) algorithm and document it. MFC after: 3 days Revision Changes Path 1.29 +13 -0 src/share/man/man4/tcp.4 1.56 +15 -0 src/share/man/man7/tuning.7 1.147 +14 -4 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message