yaml: replace ac-tile by ac-ks

pull/2129/head
Victor Julien 9 years ago
parent 36535cbc61
commit be9cd0fd84

@ -1234,11 +1234,11 @@ detect:
# "ac" - Aho-Corasick, default implementation # "ac" - Aho-Corasick, default implementation
# "ac-bs" - Aho-Corasick, reduced memory implementation # "ac-bs" - Aho-Corasick, reduced memory implementation
# "ac-cuda" - Aho-Corasick, CUDA 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 # "hs" - Hyperscan, available when built with Hyperscan support
# #
# The default mpm-algo value of "auto" will use "hs" if Hyperscan is available, # The default mpm-algo value of "auto" will use "hs" if Hyperscan is
# "ac-tile" on Tilera platforms, and "ac" otherwise. # available, "ac" otherwise.
# #
# The mpm you choose also decides the distribution of mpm contexts for # The mpm you choose also decides the distribution of mpm contexts for
# signature groups, specified by the conf - "detect.sgh-mpm-context". # signature groups, specified by the conf - "detect.sgh-mpm-context".

Loading…
Cancel
Save