diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-25 01:46:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-25 01:46:39 +0000 |
commit | 62aa1bd59a0ad5470a59bc0a649759b0cab47332 (patch) | |
tree | 60a91456551b7ab69f8e2e48769435b092270990 | |
parent | 51820b3786ad3014f5d06e6299776732851d2e10 (diff) | |
download | FreeBSD-src-62aa1bd59a0ad5470a59bc0a649759b0cab47332.zip FreeBSD-src-62aa1bd59a0ad5470a59bc0a649759b0cab47332.tar.gz |
I didn't fix the comment in rev 1.107.
-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 dc4502e..51266f9 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="YES" # 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 |