@ -778,8 +778,8 @@ pcap-file:
# Configure the app-layer parsers.
#
# The error-policy setting applies to all app-layer parsers. Values can be
# "drop-flow", "pass-flow", "bypass", "drop-packet", "pass-packet" or "ignore"
# (the default).
# "drop-flow", "pass-flow", "bypass", "drop-packet", "pass-packet" , "reject" or
# "ignore" (the default).
#
# The protocol's section details each protocol.
#
@ -1244,7 +1244,7 @@ host-os-policy:
# Defrag settings:
# The memcap-policy value can be "drop-flow", "pass-flow", "bypass",
# "drop-packet", "pass-packet" or "ignore" (which is the default).
# "drop-packet", "pass-packet" , "reject" or "ignore" (which is the default).
defrag:
memcap : 32mb
# memcap-policy: ignore
@ -1288,7 +1288,7 @@ defrag:
# The memcap can be specified in kb, mb, gb. Just a number indicates it's
# in bytes.
# The memcap-policy can be "drop-flow", "pass-flow", "bypass", "drop-packet",
# "pass-packet" or "ignore" (which is the default).
# "pass-packet" , "reject" or "ignore" (which is the default).
flow:
memcap : 128mb
@ -1366,8 +1366,8 @@ flow-timeouts:
# memcap: 64mb # Can be specified in kb, mb, gb. Just a
# # number indicates it's in bytes.
# memcap-policy: ignore # Can be "drop-flow", "pass-flow", "bypass",
# # "drop-packet", "pass-packet" or "ignore"
# # default is "ignore"
# # "drop-packet", "pass-packet" , "reject" or
# # "ignore" default is "ignore"
# checksum-validation: yes # To validate the checksum of received
# # packet. If csum validation is specified as
# # "yes", then packets with invalid csum values will not
@ -1380,8 +1380,8 @@ flow-timeouts:
# prealloc-sessions: 2048 # 2k sessions prealloc'd per stream thread
# midstream: false # don't allow midstream session pickups
# midstream-policy: ignore # Can be "drop-flow", "pass-flow", "bypass",
# # "drop-packet", "pass-packet" or "ignore"
# # default is "ignore"
# # "drop-packet", "pass-packet" , "reject" or
# # "ignore" default is "ignore"
# async-oneside: false # don't enable async stream handling
# inline: no # stream inline mode
# drop-invalid: yes # in inline mode, drop packets that are invalid with regards to streaming engine
@ -1394,8 +1394,8 @@ flow-timeouts:
# memcap: 256mb # Can be specified in kb, mb, gb. Just a number
# # indicates it's in bytes.
# memcap-policy: ignore # Can be "drop-flow", "pass-flow", "bypass",
# # "drop-packet", "pass-packet" or "ignore"
# # default is "ignore"
# # "drop-packet", "pass-packet" , "reject" or
# # "ignore" default is "ignore"
# depth: 1mb # Can be specified in kb, mb, gb. Just a number
# # indicates it's in bytes.
# toserver-chunk-size: 2560 # inspect raw stream in chunks of at least