diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-09-13 14:06:36 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-09-13 14:06:36 +0000 |
| commit | 5164136d2547b6fa733bfeeeae1b48333508f102 (patch) | |
| tree | d963e89e4e4dcf548eae298961862ff61d50ed1c | |
| parent | 74c9119d4a985d841285abd262c5f3d06e7c5e18 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 74a3ee667578..c93927f011a2 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -889,7 +889,7 @@ options ACCEPT_FILTER_HTTP # This is enabled on a per-socket basis using the TCP_MD5SIG socket option. # This requires the use of 'device crypto', 'options IPSEC' # or 'device cryptodev'. -#options TCP_SIGNATURE #include support for RFC 2385 +options TCP_SIGNATURE #include support for RFC 2385 # DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL # as well. See dummynet(4) and ipfw(8) for more info. When you run |
