diff options
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index c8a772ee1992..77836de07c56 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -72,7 +72,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 NO to turn off 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 |
