diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-05-03 23:57:32 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-05-03 23:57:32 +0000 |
| commit | 3d177f465a88e6d324c54f0bf69bd2df8946e954 (patch) | |
| tree | 90f6eb4af00eec611225d3fa6a0c841ba8a26847 /sys/netinet/tcp_timer.c | |
| parent | 139559717bc77367a1305acdeaf319c4205a8a04 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.c')
| -rw-r--r-- | sys/netinet/tcp_timer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 112ce578f7b2..00746a5b33d2 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 */ |
