From 0fc878b39127f10127db452b82006c79d4b8ec0e Mon Sep 17 00:00:00 2001 From: Nikolay Denev Date: Sun, 26 Feb 2012 21:37:25 +0200 Subject: [PATCH] Consistently use dashes instead of underscores in the sample config file. --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index 0f0fb04cbf..693f4847f1 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -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.