summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.h
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-13 23:51:44 +0000
committerpst <pst@FreeBSD.org>1996-09-13 23:51:44 +0000
commit460ca264a35697912ee6892edf43493bc7037685 (patch)
tree9a4c6784e5101afa9ee7f4c8c86e2355d2a13483 /sys/netinet/tcp_timer.h
parentaa0bf1e119360aec199b9032cc73b4ad92f3b4a1 (diff)
downloadFreeBSD-src-460ca264a35697912ee6892edf43493bc7037685.zip
FreeBSD-src-460ca264a35697912ee6892edf43493bc7037685.tar.gz
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.]
Diffstat (limited to 'sys/netinet/tcp_timer.h')
-rw-r--r--sys/netinet/tcp_timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h
index f431b01..df501d1 100644
--- a/sys/netinet/tcp_timer.h
+++ b/sys/netinet/tcp_timer.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.h 8.1 (Berkeley) 6/10/93
- * $Id: tcp_timer.h,v 1.8 1996/01/30 22:58:29 mpp Exp $
+ * $Id: tcp_timer.h,v 1.9 1996/06/14 17:17:32 wollman Exp $
*/
#ifndef _NETINET_TCP_TIMER_H_
@@ -127,6 +127,7 @@ static char *tcptimers[] =
}
#ifdef KERNEL
+extern int tcp_keepinit; /* time to establish connection */
extern int tcp_keepidle; /* time before keepalive probes begin */
extern int tcp_keepintvl; /* time between keepalive probes */
extern int tcp_maxidle; /* time to drop after starting probes */
OpenPOWER on IntegriCloud