From 6475f99bea8985f155cd049cc4cc787eed68891c Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 27 Jul 2012 09:25:27 +0200 Subject: [PATCH] defrag: Fix description of params The max-frags params is not what it is. --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2