Add TCP_SIGNATURE (TCP-MD5) to NOTES for -CURRENT.
This commit is contained in:
parent
86f07d4f93
commit
e04e4ea0a9
@ -618,6 +618,12 @@ options ACCEPT_FILTER_HTTP
|
||||
#
|
||||
options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN
|
||||
|
||||
# TCP_SIGNATURE adds support for RFC 2385 (TCP-MD5) digests. These are
|
||||
# carried in TCP option 19. This option is commonly used to protect
|
||||
# TCP sessions (e.g. BGP) where IPSEC is not available nor desirable.
|
||||
# This is enabled on a per-socket basis using the TCP_MD5SIG socket option.
|
||||
#options TCP_SIGNATURE #include support for RFC 2385
|
||||
|
||||
# DUMMYNET enables the "dummynet" bandwidth limiter. You need
|
||||
# IPFIREWALL as well. See the dummynet(4) and ipfw(8) manpages for more info.
|
||||
# When you run DUMMYNET it is advisable to also have "options HZ=1000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user