]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: document the threads setting in pcap section.
authorEric Leblond <eric@regit.org>
Mon, 5 Nov 2012 19:26:32 +0000 (20:26 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Nov 2012 15:05:18 +0000 (16:05 +0100)
suricata.yaml.in

index 57e93e3323d2ede57192bbf116d5fea5ec9567ee..97f4fc1d71c81525741f0a91fb00a9a5fb221479 100644 (file)
@@ -672,6 +672,11 @@ pcap:
     #  checksum off-loading is used. (default)
     # Warning: 'checksum-validation' must be set to yes to have any validation
     #checksum-checks: auto
+    # With some accelerator cards using a modified libpcap (like myricom), you
+    # may want to have the same number of capture threads as the number of capture
+    # rings. In this case, set up the threads variable to N to start N threads
+    # listening on the same interface.
+    #threads: 16
 
 # For FreeBSD ipfw(8) divert(4) support.
 # Please make sure you have ipfw_load="YES" and ipdivert_load="YES"