diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 01:50:19 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 01:50:19 +0000 |
| commit | 5568866ec6ed2173f8245cfdb6fc80ad94de4e02 (patch) | |
| tree | e6bf0a5a079f4aa18b7a54a9d748b1a3f33a112e | |
| parent | 876bdb701ab3ceb4dd79c51062d9cf0ec49f64df (diff) | |
Notes
| -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 |
