]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Update comment in yaml to indicate size limit for the following vars -
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Tue, 19 Mar 2013 12:49:15 +0000 (18:19 +0530)
committerVictor Julien <victor@inliniac.net>
Tue, 9 Apr 2013 08:53:17 +0000 (10:53 +0200)
stream.reassembly.toserver-chunk-size and stream.reassembly.toclient-chunk-size

suricata.yaml.in

index bd5e4eec98840550581ba2c80298df32a5fb9fdd..6199580bd63f7b9354edc8f42285bab58658de2f 100644 (file)
@@ -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