From 70cdf64fb2fcbcdda1e26ed0611807dfe06a3a98 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 18 Jan 2012 12:55:11 +0100 Subject: [PATCH] Undo unintended changes to suricata.yaml. --- suricata.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suricata.yaml b/suricata.yaml index 7b354005ad..39af96b8ed 100644 --- a/suricata.yaml +++ b/suricata.yaml @@ -266,7 +266,7 @@ pcre: # If the argument specified is 0, the engine uses an internally defined # default limit. On not specifying a value, we use no limits on the recursion. detect-engine: - - profile: low + - profile: medium - custom-values: toclient_src_groups: 2 toclient_dst_groups: 2 @@ -276,7 +276,7 @@ detect-engine: toserver_dst_groups: 4 toserver_sp_groups: 2 toserver_dp_groups: 25 - - sgh-mpm-context: single + - sgh-mpm-context: auto - inspection-recursion-limit: 3000 # Suricata is multi-threaded. Here the threading can be influenced. @@ -381,7 +381,7 @@ cuda: # compiled with --enable-cuda: b2g_cuda. Make sure to update your # max-pending-packets setting above as well if you use b2g_cuda. -mpm-algo: ac-gfbs +mpm-algo: ac # The memory settings for hash size of these algorithms can vary from lowest # (2048) - low (4096) - medium (8192) - high (16384) - higher (32768) - max