From be9cd0fd843f1e412bceb3a86b0ad4e5cb7b0782 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 30 May 2016 17:52:43 +0200 Subject: [PATCH] yaml: replace ac-tile by ac-ks --- suricata.yaml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index f253c70da0..582592cb00 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1234,11 +1234,11 @@ detect: # "ac" - Aho-Corasick, default implementation # "ac-bs" - Aho-Corasick, reduced memory implementation # "ac-cuda" - Aho-Corasick, CUDA implementation -# "ac-tile" - Aho-Corasick, optimized for Tilera architecture +# "ac-ks" - Aho-Corasick, "Ken Steele" variant # "hs" - Hyperscan, available when built with Hyperscan support # -# The default mpm-algo value of "auto" will use "hs" if Hyperscan is available, -# "ac-tile" on Tilera platforms, and "ac" otherwise. +# The default mpm-algo value of "auto" will use "hs" if Hyperscan is +# available, "ac" otherwise. # # The mpm you choose also decides the distribution of mpm contexts for # signature groups, specified by the conf - "detect.sgh-mpm-context".