From owner-freebsd-isp Thu Jan 23 07:08:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA22905 for isp-outgoing; Thu, 23 Jan 1997 07:08:32 -0800 (PST) Received: from irbs.irbs.com (jc@irbs.irbs.com [199.182.75.129]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22900 for ; Thu, 23 Jan 1997 07:08:22 -0800 (PST) Received: (from jc@localhost) by irbs.irbs.com (8.8.5/8.8.5) id KAA23458; Thu, 23 Jan 1997 10:08:00 -0500 (EST) Message-ID: Date: Thu, 23 Jan 1997 10:08:00 -0500 From: jc@irbs.com (John Capo) To: deichert@wrench.com (Diana Eichert) Cc: isp@freebsd.org Subject: Re: telnet KEEPALIVE References: X-Mailer: Mutt 0.55-PL15 Mime-Version: 1.0 X-Organization: IRBS Engineering, (954) 792-9551 In-Reply-To: ; from Diana Eichert on Jan 22, 1997 09:01:21 -0700 Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Quoting Diana Eichert (deichert@wrench.com): > I have a problem with telnet sessions lingering after loss of connection > by a dialup user. I have looked in the archives and I know that telnet > is setup to verify connections. Somewhere in the archives it mentioned > that the default keepalive was 2 hours, I've looked everywhere and > haven't been able to find where you alter the keepalive value. > irbs 49% sysctl net.inet.tcp.keepidle net.inet.tcp.keepidle = 14400 The value is in PR_SLOWHZ which is twice a second. 14400 is 2 hours. John Capo