toclient-chunk-size: 2560
randomize-chunk-size: yes
-Inspection will be skipped when ``stream.depth`` of 1mb is reached for a particular flow.
+Inspection will be skipped when ``stream.reassembly.depth`` of 1mb is reached for a particular flow.
filesize:<100MB; # smaller than 100 megabytes
**Note**: For files that are not completely tracked because of packet
-loss or stream.depth being reached on the "greater than" is
+loss or stream.reassembly.depth being reached on the "greater than" is
checked. This is because Suricata can know a file is bigger than a
value (it has seen some of it already), but it can't know if the final
size would have been within a range, an exact value or smaller than a
# 2 files per TCP session and stores the raw TCP data into them.
# Using 'both' will enable both file and dir modes.
#
- # Note: limited by stream.depth
+ # Note: limited by stream.reassembly.depth
- tcp-data:
enabled: no
type: file
# inline: no # stream inline mode
# drop-invalid: yes # in inline mode, drop packets that are invalid with regards to streaming engine
# max-synack-queued: 5 # Max different SYN/ACKs to queue
-# bypass: no # Bypass packets when stream.depth is reached.
+# bypass: no # Bypass packets when stream.reassembly.depth is reached.
# # Warning: first side to reach this triggers
# # the bypass.
#