From cec80670017b2a1fab03d8b5d782e429c6345d6e Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 9 Oct 2019 17:01:50 +0200 Subject: [PATCH] yaml: clean up 'autofp-scheduler' option --- suricata.yaml.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index 8864b08f3b..93687c3992 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1056,13 +1056,10 @@ host-mode: auto # # Supported schedulers are: # -# round-robin - Flows assigned to threads in a round robin fashion. -# active-packets - Flows assigned to threads that have the lowest number of -# unprocessed packets (default). -# hash - Flow allocated using the address hash. More of a random -# technique. Was the default in Suricata 1.2.1 and older. +# hash - Flow assigned to threads using the 5-7 tuple hash. +# ippair - Flow assigned to threads using addresses only. # -#autofp-scheduler: active-packets +#autofp-scheduler: hash # Preallocated size for packet. Default is 1514 which is the classical # size for pcap on ethernet. You should adjust this value to the highest