]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: sync with new stream engine
authorVictor Julien <victor@inliniac.net>
Wed, 1 Mar 2017 10:24:13 +0000 (11:24 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Apr 2017 15:41:11 +0000 (17:41 +0200)
suricata.yaml.in

index 6bb293d3de266a7e0d8375b261de0709ea359e5c..e5932030ef314822fba1eff6a670db207c07420c 100644 (file)
@@ -1184,11 +1184,9 @@ flow-timeouts:
 #     toserver-chunk-size: 2560 # inspect raw stream in chunks of at least
 #                               # this size.  Can be specified in kb, mb,
 #                               # gb.  Just a number indicates it's in bytes.
-#                               # The max acceptable size is 4024 bytes.
 #     toclient-chunk-size: 2560 # inspect raw stream in chunks of at least
 #                               # this size.  Can be specified in kb, mb,
 #                               # gb.  Just a number indicates it's in bytes.
-#                               # The max acceptable size is 4024 bytes.
 #     randomize-chunk-size: yes # Take a random value for chunk size around the specified value.
 #                               # This lower the risk of some evasion technics but could lead
 #                               # detection change between runs. It is set to 'yes' by default.
@@ -1202,9 +1200,6 @@ flow-timeouts:
 #                               # raw is for content inspection by detection
 #                               # engine.
 #
-#     chunk-prealloc: 250       # Number of preallocated stream chunks. These
-#                               # are used during stream inspection (raw).
-#
 #     segment-prealloc: 2048    # number of segments preallocated per thread
 #
 #     check-overlap-different-data: true|false
@@ -1227,7 +1222,6 @@ stream:
     randomize-chunk-size: yes
     #randomize-chunk-range: 10
     #raw: yes
-    #chunk-prealloc: 250
     #segment-prealloc: 2048
     #check-overlap-different-data: true