]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/http2: suricata.yaml max-streams parameter 7839/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 1 Sep 2022 11:47:16 +0000 (13:47 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 8 Sep 2022 11:37:35 +0000 (13:37 +0200)
Ticket: #4949

doc/userguide/configuration/suricata-yaml.rst

index e98a6d6034687a23de9fe2f4da21715f5725bef0..831c59e5589e5ca409bb27fcb419160e28a68d78 100644 (file)
@@ -1727,6 +1727,11 @@ An app-layer event `protocol.too_many_transactions` is triggered when this value
 The point of this parameter is to find a balance between the completeness of analysis
 and the resource consumption.
 
+For HTTP2, this parameter is named `max-streams` as an HTTP2 stream will get translated
+into one Suricata transaction. This configuration parameter is used whatever the
+value of `SETTINGS_MAX_CONCURRENT_STREAMS` negotiated between a client and a server
+in a specific flow is.
+
 Engine Logging
 --------------