From: Victor Julien Date: Wed, 9 Oct 2019 15:01:50 +0000 (+0200) Subject: yaml: clean up 'autofp-scheduler' option X-Git-Tag: suricata-5.0.0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cec80670017b2a1fab03d8b5d782e429c6345d6e;p=thirdparty%2Fsuricata.git yaml: clean up 'autofp-scheduler' option --- 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