From: Eric Leblond Date: Fri, 27 Jul 2012 07:25:27 +0000 (+0200) Subject: defrag: Fix description of params X-Git-Tag: suricata-1.4beta1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6475f99bea8985f155cd049cc4cc787eed68891c;p=thirdparty%2Fsuricata.git defrag: Fix description of params The max-frags params is not what it is. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 4f0d176941..73d1086ed5 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -431,7 +431,7 @@ pattern-matcher: defrag: trackers: 65535 # number of defragmented flows to follow - max-frags: 65535 # number of fragments per-flow + max-frags: 65535 # number of fragments to keep (higher than trackers) prealloc: yes timeout: 60