Turn on TCP_EXTENSIONS (rfc1323) by defualt.
This commit is contained in:
parent
25e0288d07
commit
7830e160d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user