summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-14 03:41:56 +0000
committerobrien <obrien@FreeBSD.org>1999-08-14 03:41:56 +0000
commita6481ae09460e062916eff4c76c95baf20efea24 (patch)
tree0d249c19958382f43a516e416494c6b529f90e34 /etc
parentb9350d79322aef31bdb4603d9d6fc54f485365e0 (diff)
downloadFreeBSD-src-a6481ae09460e062916eff4c76c95baf20efea24.zip
FreeBSD-src-a6481ae09460e062916eff4c76c95baf20efea24.tar.gz
Use better comment for tcp_keepalive option.
Submitted by: imp
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index e80b0e8..0e2879e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.24 1999/08/03 10:11:02 eivind Exp $
+# $Id: rc.conf,v 1.25 1999/08/10 09:45:32 des Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -47,7 +47,7 @@ natd_interface="fxp0" # Public interface or IPaddress to use.
natd_flags="" # Additional flags for natd.
tcp_extensions="NO" # Set to Yes to turn on RFC1323 extensions.
log_in_vain="NO" # Disallow bad connection logging (or YES).
-tcp_keepalive="YES" # Kill dead TCP connections (or NO).
+tcp_keepalive="YES" # Enable stale tcp connection timeout (or NO).
icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
network_interfaces="auto" # List of network interfaces (or "auto").
OpenPOWER on IntegriCloud