]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Consistently use dashes instead of underscores in the sample config file.
authorNikolay Denev <ndenev@gmail.com>
Sun, 26 Feb 2012 19:37:25 +0000 (21:37 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 28 Feb 2012 08:24:29 +0000 (09:24 +0100)
suricata.yaml.in

index 0f0fb04cbf2e4c2490f3482a2f1b615a9eb7eec3..693f4847f136c828c6e0b77a800092395232e94c 100644 (file)
@@ -545,7 +545,7 @@ stream:
     memcap: 64mb
     depth: 1mb                  # reassemble 1mb into a stream
     toserver-chunk-size: 2560
-    toclient-chunk_size: 2560
+    toclient-chunk-size: 2560
 
 # Logging configuration.  This is not about logging IDS alerts, but
 # IDS output about what its doing, errors, etc.