From: Anoop Saldanha Date: Tue, 19 Mar 2013 12:49:15 +0000 (+0530) Subject: Update comment in yaml to indicate size limit for the following vars - X-Git-Tag: suricata-2.0beta1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e7adec750c7e8555f2717d63d58bd554ee21ada;p=thirdparty%2Fsuricata.git Update comment in yaml to indicate size limit for the following vars - stream.reassembly.toserver-chunk-size and stream.reassembly.toclient-chunk-size --- diff --git a/suricata.yaml.in b/suricata.yaml.in index bd5e4eec98..6199580bd6 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -592,9 +592,11 @@ 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. stream: memcap: 32mb