stream: add stream.reassembly.check-overlap-different-data option

pull/2673/head
Victor Julien 9 years ago
parent f02dc377ef
commit 91f57200c7

@ -1208,6 +1208,13 @@ flow-timeouts:
# - size: 4 # Size of the (data)segment for a pool
# prealloc: 256 # Number of segments to prealloc and keep
# # in the pool.
# check-overlap-different-data: true|false
# # check if a segment contains different data
# # than what we've already seen for that
# # position in the stream.
# # This is enabled automatically if inline mode
# # is used or when stream-event:reassembly_overlap_different_data;
# # is used in a rule.
#
stream:
memcap: 64mb
@ -1241,6 +1248,7 @@ stream:
# prealloc: 1024
# - size: 65535
# prealloc: 128
#check-overlap-different-data: true
# Host table:
#

Loading…
Cancel
Save