Add TCP_SIGNATURE (TCP-MD5) to NOTES for -CURRENT.

This commit is contained in:
Bruce M Simpson 2004-04-20 13:03:59 +00:00
parent 4029695dbf
commit b52f84078b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128465

View file

@ -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"