From owner-cvs-all Fri Dec 7 9: 1:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A777337B41A; Fri, 7 Dec 2001 09:01:28 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7H1St36879; Fri, 7 Dec 2001 09:01:28 -0800 (PST) (envelope-from rwatson) Message-Id: <200112071701.fB7H1St36879@freefall.freebsd.org> From: Robert Watson Date: Fri, 7 Dec 2001 09:01:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/12/07 09:01:28 PST Modified files: sys/netinet tcp_timer.c Log: o Our currenty userland boot code (due to rc.conf and rc.network) always enables TCP keepalives using the net.inet.tcp.always_keepalive by default. Synchronize the kernel default with the userland default. Revision Changes Path 1.48 +2 -2 src/sys/netinet/tcp_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message