From owner-freebsd-hackers Mon Jun 10 02:02:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA29816 for hackers-outgoing; Mon, 10 Jun 1996 02:02:38 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA29785 for ; Mon, 10 Jun 1996 02:02:29 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id KAA18724; Mon, 10 Jun 1996 10:49:04 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id KAA30426; Mon, 10 Jun 1996 10:43:31 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.4/keltia-uucp-2.8) id KAA04920; Mon, 10 Jun 1996 10:25:04 +0200 (MET DST) From: Ollivier Robert Message-Id: <199606100825.KAA04920@keltia.freenix.fr> Subject: Re: TCP/IP code wiz? To: jgreco@brasil.moneng.mei.com (Joe Greco) Date: Mon, 10 Jun 1996 10:25:04 +0200 (MET DST) Cc: mrcpu@cdsnet.net, hackers@FreeBSD.org In-Reply-To: <199606100352.WAA13995@brasil.moneng.mei.com> from Joe Greco at "Jun 9, 96 10:52:20 pm" X-Operating-System: FreeBSD 2.2-CURRENT ctm#2093 X-Mailer: ELM [version 2.4ME+ PL19 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk It seems that Joe Greco said: > I can probably dig up the patches, if you are interested, if you are willing > to go Round Two of getting them integrated into FreeBSD's -current tree.. > it is running on several of my machines. Is that parameter what you're looking for ? net.inet.tcp.always_keepalive: 0 ------------------------------------------------------------ phk 96/04/04 03:17:05 Modified: sys/netinet tcp_timer.c Log: Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will force keepalive on all tcp sessions. Setsockopt(2) cannot override this setting. Maybe another one is needed that just changes the default for SO_KEEPALIVE ? Requested by: Joe Greco Revision Changes Path 1.15 +7 -2 src/sys/netinet/tcp_timer.c ------------------------------------------------------------ -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #8: Sat Jun 8 15:07:49 MET DST 1996