Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 19:23:06 -0600
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        Alfred Perlstein <bright@mu.org>
Cc:        net@freebsd.org, jlemon@freebsd.org
Subject:   Re: t_dupacks to u_int?
Message-ID:  <20011117192306.A97092@prism.flugsvamp.com>
In-Reply-To: <20011117185102.H13393@elvis.mu.org>
References:  <20011117185102.H13393@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
-- 
Jonathan


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");
> +

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011117192306.A97092>