Remove reference to the TCP_RESTRICT_RST option, which was removed
over a year ago. Small ws twiddle while I'm here.
This commit is contained in:
parent
84f4e02d50
commit
6f9b0f198f
@ -81,11 +81,11 @@ ipfs_flags="" # additional flags for ipfs
|
||||
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.
|
||||
log_in_vain="0" # >=1 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
|
||||
# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details.
|
||||
# For the following option you need to have TCP_DROP_SYNFIN set in your
|
||||
# kernel. Please refer to LINT and NOTES for details.
|
||||
tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN
|
||||
# NOTE: this violates the TCP specification
|
||||
icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
|
||||
icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
|
||||
icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
|
||||
network_interfaces="auto" # List of network interfaces (or "auto").
|
||||
cloned_interfaces="" # List of cloned network interfaces to create.
|
||||
|
Loading…
x
Reference in New Issue
Block a user