]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
defrag: Fix description of params
authorEric Leblond <eric@regit.org>
Fri, 27 Jul 2012 07:25:27 +0000 (09:25 +0200)
committerEric Leblond <eric@regit.org>
Wed, 22 Aug 2012 12:31:39 +0000 (14:31 +0200)
The max-frags params is not what it is.

suricata.yaml.in

index 4f0d176941f82b9ba29462fda4609da30314db33..73d1086ed554f6f37f3fff1ea58a599a82b95a5a 100644 (file)
@@ -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