From owner-cvs-src@FreeBSD.ORG Thu Jun 24 23:28:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6779A16A4CE; Thu, 24 Jun 2004 23:28:01 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A823543D58; Thu, 24 Jun 2004 23:28:00 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 22ED665216; Fri, 25 Jun 2004 00:27:53 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00151-03-2; Fri, 25 Jun 2004 00:27:52 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A2CA8651FA; Fri, 25 Jun 2004 00:27:52 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 00C1B6159; Fri, 25 Jun 2004 00:27:51 +0100 (BST) Date: Fri, 25 Jun 2004 00:27:51 +0100 From: Bruce M Simpson To: Paul Saab Message-ID: <20040624232751.GN5507@empiric.dek.spc.org> Mail-Followup-To: Paul Saab , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200406232134.i5NLY8GG050862@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406232134.i5NLY8GG050862@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 23:28:01 -0000 Excellent. On Wed, Jun 23, 2004 at 09:34:08PM +0000, Paul Saab wrote: > Log: > Move the sack sysctl's under net.inet.tcp.sack > > net.inet.tcp.do_sack -> net.inet.tcp.sack.enable > net.inet.tcp.sackhole_limit -> net.inet.tcp.sack.sackhole_limit kimchi:~ % telnet syntest.psc.edu 7960 Trying 192.88.115.170... Connected to kirana.psc.edu. Escape character is '^]'. Your IP address is: XXX.XXX.XXX.XXX ! ! Check of SYN options ! !======================================================= ! Variable : Val : Warning (if any) !======================================================= SACKEnabled : 3 : TimestampsEnabled : 1 : CurMSS : 1396 : WARN - Too small a MSS WinScaleRcvd : 1 : CurRwinRcvd : 32806 : ! ! End of SYN options Please visit http://www.psc.edu/networking/perf_tune.html for additonal information Connection closed by foreign host. Exit 1 kimchi:~ % uname -a FreeBSD kimchi.dek.spc.org 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Fri Jun 25 00:09:57 BST 2004 bms@kimchi.dek.spc.org:/usr/src/sys/i386/compile/KIMCHI i386 kimchi:~ % sysctl net.inet.tcp.sack net.inet.tcp.sack.enable: 1 net.inet.tcp.sack.sackhole_limit: 10240