summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2008-07-18 14:44:51 +0000
committerdwmalone <dwmalone@FreeBSD.org>2008-07-18 14:44:51 +0000
commitf7cc3b4928dba59c3eead3afb623459bc1d4c80a (patch)
tree887336a69c3082404b65301ea919425f27456092 /sys/conf/NOTES
parent4efb6d2a37b496ded581b12ed193e4ebe091076a (diff)
downloadFreeBSD-src-f7cc3b4928dba59c3eead3afb623459bc1d4c80a.zip
FreeBSD-src-f7cc3b4928dba59c3eead3afb623459bc1d4c80a.tar.gz
Add an accept filter for TCP based DNS requests. It waits until the
whole first request is present before returning from accept.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3f61a67..e71fbcc 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -887,6 +887,7 @@ options MBUF_PROFILING
# Statically Link in accept filters
options ACCEPT_FILTER_DATA
+options ACCEPT_FILTER_DNS
options ACCEPT_FILTER_HTTP
# TCP_SIGNATURE adds support for RFC 2385 (TCP-MD5) digests. These are
OpenPOWER on IntegriCloud