summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-05-03 23:57:32 +0000
committerbillf <billf@FreeBSD.org>1999-05-03 23:57:32 +0000
commitdd35516544a379a6c23755ba8ea52e0cb126c095 (patch)
tree0f822319d7261647df8d637a9f7ddf894d0567a0 /sys/netinet/tcp_timer.c
parent4dc3ea1a78da868bd91c20c2daef85b47bcb6778 (diff)
downloadFreeBSD-src-dd35516544a379a6c23755ba8ea52e0cb126c095.zip
FreeBSD-src-dd35516544a379a6c23755ba8ea52e0cb126c095.tar.gz
Add sysctl descriptions to many SYSCTL_XXXs
PR: kern/11197 Submitted by: Adrian Chadd <adrian@FreeBSD.org> Reviewed by: billf(spelling/style/minor nits) Looked at by: bde(style)
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index 112ce57..00746a5 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.27 1998/04/06 06:52:46 phk Exp $
+ * $Id: tcp_timer.c,v 1.28 1998/04/24 09:25:35 dg Exp $
*/
#include "opt_compat.h"
@@ -76,8 +76,8 @@ SYSCTL_INT(_net_inet_tcp, TCPCTL_KEEPINTVL, keepintvl,
CTLFLAG_RW, &tcp_keepintvl , 0, "");
static int always_keepalive = 0;
-SYSCTL_INT(_net_inet_tcp, OID_AUTO, always_keepalive,
- CTLFLAG_RW, &always_keepalive , 0, "");
+SYSCTL_INT(_net_inet_tcp, OID_AUTO, always_keepalive, CTLFLAG_RW,
+ &always_keepalive , 0, "Assume SO_KEEPALIVE on all TCP connections");
static int tcp_keepcnt = TCPTV_KEEPCNT;
/* max idle probes */
OpenPOWER on IntegriCloud