From owner-freebsd-alpha Sat Jan 26 1:35:22 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 6D69E37B41F for ; Sat, 26 Jan 2002 01:35:10 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.6/8.11.6) with UUCP id g0Q9Ywv92471; Sat, 26 Jan 2002 10:34:58 +0100 (CET) (envelope-from ticso@cicely8.cicely.de) Received: from mail.cicely.de (cicely20.cicely.de [10.1.1.22]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g0Q9a5Z9011503; Sat, 26 Jan 2002 10:36:05 +0100 (CET)?g (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0/8.11.0) with ESMTP id g0Q9a5W23322; Sat, 26 Jan 2002 10:36:05 +0100 (CET) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.6/8.11.6) id g0Q9a3F88628; Sat, 26 Jan 2002 10:36:03 +0100 (CET) (envelope-from ticso) Date: Sat, 26 Jan 2002 10:36:02 +0100 From: Bernd Walter To: Peter Wemm Cc: alpha@FreeBSD.ORG Subject: Re: Anybody seen this gem? Message-ID: <20020126103602.A75106@cicely8.cicely.de> References: <20020126045000.000FF3809@overcee.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020126045000.000FF3809@overcee.wemm.org> User-Agent: Mutt/1.3.23i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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