From owner-freebsd-net Sun Nov 18 10:15: 8 2001 Delivered-To: freebsd-net@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id AE18037B418 for ; Sun, 18 Nov 2001 10:15:05 -0800 (PST) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id KAA99273; Sun, 18 Nov 2001 10:11:43 -0800 (PST) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id fAIIBhn04563; Sun, 18 Nov 2001 10:11:43 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200111181811.fAIIBhn04563@arch20m.dellroad.org> Subject: Re: t_dupacks to u_int? In-Reply-To: <20011117192306.A97092@prism.flugsvamp.com> "from Jonathan Lemon at Nov 17, 2001 07:23:06 pm" To: Jonathan Lemon Date: Sun, 18 Nov 2001 10:11:43 -0800 (PST) Cc: Alfred Perlstein , net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jonathan Lemon writes: > On the surface, I don't see a problem with it, but I wonder why you > believe it is needed. Changing the value of rexmttresh is probably > not a good idea, and I would definitely prefer not to expose it as a > user tunable knob. > > On Sat, Nov 17, 2001 at 06:51:02PM -0600, Alfred Perlstein wrote: > > Any problems with this? > > > > -static int tcprexmtthresh = 3; > > +static unsigned int tcprexmtthresh = 3; > > +SYSCTL_UINT(_net_inet_tcp, OID_AUTO, rexmtthresh, CTLFLAG_RW, > > + &tcprexmtthresh, 0, "Max duplicate acks before fast rexmit"); > > + How about a kernel option TCP_TWEAKS or something that would expose these 'dangerous' sysctl's for people to play with. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message