Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2002 10:36:02 +0100
From:      Bernd Walter <ticso@cicely8.cicely.de>
To:        Peter Wemm <peter@wemm.org>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: Anybody seen this gem?
Message-ID:  <20020126103602.A75106@cicely8.cicely.de>
In-Reply-To: <20020126045000.000FF3809@overcee.wemm.org>
References:  <20020126045000.000FF3809@overcee.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 25, 2002 at 08:49:59PM -0800, Peter Wemm wrote:
> axp1# sysctl net.inet.tcp
> net.inet.tcp.rfc1323: 1
> net.inet.tcp.rfc1644: 0
> net.inet.tcp.mssdflt: 512
> net.inet.tcp.keepidle: -1188608   <<<<
> net.inet.tcp.keepintvl: 75000
> ...
> 
> axp1# uname -a
> FreeBSD axp1.FreeBSD.org 4.5-RC FreeBSD 4.5-RC #4: Thu Jan 24 21:03:04 PST 2002     peter@axp0.freebsd.org:/local0/src/sys/compile/NETBOOT  alpha

-current and -stable.
Seems like an overflow of the int value in sysctl_msec_to_ticks().
Converting to int64_t for the calculation should help.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


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




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