]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Add host section to stock yaml.
authorVictor Julien <victor@inliniac.net>
Thu, 22 Mar 2012 16:02:41 +0000 (17:02 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 22 Mar 2012 16:02:41 +0000 (17:02 +0100)
suricata.yaml.in

index be7c7d865c08526846277b612e0bbeff113b7feb..0b6929b7e347eec7bb05f7577621bed34b396ac2 100644 (file)
@@ -539,6 +539,15 @@ stream:
     toserver-chunk-size: 2560
     toclient-chunk-size: 2560
 
+# Host table:
+#
+# Host table is used by tagging and per host thresholding subsystems.
+#
+host:
+  hash-size: 4096
+  prealloc: 1000
+  memcap: 16777216
+
 # Logging configuration.  This is not about logging IDS alerts, but
 # IDS output about what its doing, errors, etc.
 logging: