From: Juliana Fajardini Date: Thu, 1 Sep 2022 18:35:01 +0000 (-0300) Subject: userguide: add section about HTTP2 settings X-Git-Tag: suricata-6.0.7~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f360471e3db3526f7d9753bc7e91765096a1cb9;p=thirdparty%2Fsuricata.git userguide: add section about HTTP2 settings This was in master but not in 60x yet. --- diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index f642bce415..9096c59a44 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -1572,19 +1572,6 @@ the limits are exceeded, and an event will be raised. `max-write-queue-size` and `max-write-queue-cnt` are as the READ variants, but then for WRITEs. -Configure HTTP2 -~~~~~~~~~~~~~~~ - -HTTP2 has 2 parameters that can be customized. -The point of these 2 parameters is to find a balance between the completeness -of analysis and the resource consumption. - -`http2.max-table-size` refers to `SETTINGS_HEADER_TABLE_SIZE` from rfc 7540 section 6.5.2. -Its default value is 4096 bytes, but it can be set to any uint32 by a flow. - -`http2.max-streams` refers to `SETTINGS_MAX_CONCURRENT_STREAMS` from rfc 7540 section 6.5.2. -Its default value is unlimited. - SSL/TLS ~~~~~~~