summaryrefslogtreecommitdiffstats
path: root/doc/helper/conntrackd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helper/conntrackd.conf')
-rw-r--r--doc/helper/conntrackd.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/helper/conntrackd.conf b/doc/helper/conntrackd.conf
index 5c07509..a827b93 100644
--- a/doc/helper/conntrackd.conf
+++ b/doc/helper/conntrackd.conf
@@ -25,7 +25,9 @@ Helper {
QueueLen 10240
#
- # Set the Expectation policy for this helper.
+ # Set the Expectation policy for this helper. This section
+ # is optional; if left unspecified, the defaults from the
+ # ctd_helper struct will be used.
#
Policy ftp {
#
@@ -70,6 +72,14 @@ Helper {
ExpectTimeout 300
}
}
+ Type mdns inet udp {
+ QueueNum 6
+ QueueLen 10240
+ Policy mdns {
+ ExpectMax 8
+ ExpectTimeout 30
+ }
+ }
Type ssdp inet udp {
QueueNum 5
QueueLen 10240