From 129588dae3b60cf02c2430b9e7035ef6f97319b1 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 7 Nov 2012 11:47:02 +0100 Subject: [PATCH] yaml: update defrag variable This patch synchronizes the variable shown in the YAML with what is really used in the code. --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index f893f00b51..75e2eb8416 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -427,8 +427,8 @@ pattern-matcher: # Defrag settings: defrag: + trackers: 65535 max-frags: 65535 - prealloc: yes timeout: 60 # Flow settings: -- 2.47.3