summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-09-13 23:51:44 +0000
committerPaul Traina <pst@FreeBSD.org>1996-09-13 23:51:44 +0000
commit7b40aa327dde148ea4fccc538d68ec8cd274030e (patch)
tree9a4c6784e5101afa9ee7f4c8c86e2355d2a13483 /sys/netinet/tcp_timer.c
parente295af15d1035b193261d116405aee7eabc3fe7a (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index 73396b3a3b88..fd477b9504af 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_timer.c,v 1.18 1996/07/11 16:32:35 wollman Exp $
+ * $Id: tcp_timer.c,v 1.19 1996/07/12 17:28:46 davidg Exp $
*/
#ifndef TUBA_INCLUDE
@@ -67,6 +67,10 @@
#include <netinet/tcp_debug.h>
#endif
+int tcp_keepinit = TCPTV_KEEP_INIT;
+SYSCTL_INT(_net_inet_tcp, TCPCTL_KEEPINIT, keepinit,
+ CTLFLAG_RW, &tcp_keepinit , 0, "");
+
int tcp_keepidle = TCPTV_KEEP_IDLE;
SYSCTL_INT(_net_inet_tcp, TCPCTL_KEEPIDLE, keepidle,
CTLFLAG_RW, &tcp_keepidle , 0, "");