summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-25 01:43:42 +0000
committerobrien <obrien@FreeBSD.org>2001-05-25 01:43:42 +0000
commit51820b3786ad3014f5d06e6299776732851d2e10 (patch)
treea3f787ad6ce0641a137911325406286120d83f17
parent991876e15bc4509c7b9f695b2f37589236d984f8 (diff)
downloadFreeBSD-src-51820b3786ad3014f5d06e6299776732851d2e10.zip
FreeBSD-src-51820b3786ad3014f5d06e6299776732851d2e10.tar.gz
Turn on TCP_EXTENSIONS (rfc1323) by defualt.
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 59a9100..dc4502e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -74,7 +74,7 @@ ipnat_flags="" # additional flags for ipnat
ipmon_enable="NO" # Set to YES for ipmon; needs ipfilter, too!
ipmon_program="/sbin/ipmon" # where the ipfilter monitor program lives
ipmon_flags="-Ds" # typically "-Ds" or "-D /var/log/ipflog"
-tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions.
+tcp_extensions="YES" # Set to YES to turn on RFC1323 extensions.
log_in_vain="NO" # YES to log connects to ports w/o listeners.
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
# For the following two options, you need to have TCP_DROP_SYNFIN and
OpenPOWER on IntegriCloud