stream: remove fix stream.depth references

pull/4271/head
Victor Julien 5 years ago
parent 10819ed892
commit be6cdd37f8

@ -129,4 +129,4 @@ In the example below:
toclient-chunk-size: 2560 toclient-chunk-size: 2560
randomize-chunk-size: yes 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.

@ -178,7 +178,7 @@ Examples::
filesize:<100MB; # smaller than 100 megabytes filesize:<100MB; # smaller than 100 megabytes
**Note**: For files that are not completely tracked because of packet **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 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 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 size would have been within a range, an exact value or smaller than a

@ -568,7 +568,7 @@ outputs:
# 2 files per TCP session and stores the raw TCP data into them. # 2 files per TCP session and stores the raw TCP data into them.
# Using 'both' will enable both file and dir modes. # Using 'both' will enable both file and dir modes.
# #
# Note: limited by stream.depth # Note: limited by stream.reassembly.depth
- tcp-data: - tcp-data:
enabled: no enabled: no
type: file type: file
@ -1345,7 +1345,7 @@ flow-timeouts:
# inline: no # stream inline mode # inline: no # stream inline mode
# drop-invalid: yes # in inline mode, drop packets that are invalid with regards to streaming engine # 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 # 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 # # Warning: first side to reach this triggers
# # the bypass. # # the bypass.
# #

Loading…
Cancel
Save