]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream: remove fix stream.depth references
authorVictor Julien <victor@inliniac.net>
Thu, 3 Oct 2019 13:37:37 +0000 (15:37 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 3 Oct 2019 13:37:37 +0000 (15:37 +0200)
doc/userguide/performance/tuning-considerations.rst
doc/userguide/rules/file-keywords.rst
suricata.yaml.in

index 958877c1120affd5298b80277b2ab8283519b2a0..78bd6e0860d7e321605a6a534eccff2ff4b6c484 100644 (file)
@@ -129,4 +129,4 @@ In the example below:
     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.
index f6d9258630a39466344157916682beed1b7cf74c..ede6ba65ce6e7792b7c756491507e1e6a542ad1d 100644 (file)
@@ -178,7 +178,7 @@ Examples::
   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
index a617b00ae321cb0aae881e2ed1d56b6b21281a45..4a19b43cbb5b4a30017a0500f30bbb7266ab2b7e 100644 (file)
@@ -568,7 +568,7 @@ outputs:
   # 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
@@ -1345,7 +1345,7 @@ flow-timeouts:
 #   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.
 #