From owner-cvs-sys Fri Sep 13 16:51:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA28165 for cvs-sys-outgoing; Fri, 13 Sep 1996 16:51:58 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA28121; Fri, 13 Sep 1996 16:51:48 -0700 (PDT) Date: Fri, 13 Sep 1996 16:51:48 -0700 (PDT) From: Paul Traina Message-Id: <199609132351.QAA28121@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/13 16:51:48 Modified: sys/netinet tcp_input.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h Log: Make the misnamed tcp initial keepalive timer value (which is really the time, in seconds, that state for non-established TCP sessions stays about) a sysctl modifyable variable. [part 1 of two commits, I just realized I can't play with the indices as I was typing this commit message.] Revision Changes Path 1.48 +3 -3 src/sys/netinet/tcp_input.c 1.20 +5 -1 src/sys/netinet/tcp_timer.c 1.10 +2 -1 src/sys/netinet/tcp_timer.h 1.25 +2 -2 src/sys/netinet/tcp_usrreq.c 1.35 +6 -4 src/sys/netinet/tcp_var.h