From: Tim Duesterhus Date: Tue, 13 Jun 2023 13:07:34 +0000 (+0200) Subject: DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents X-Git-Tag: v2.9-dev1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b40cce10a93ab4924d9a3e999c68ca9345e53a6;p=thirdparty%2Fhaproxy.git DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents These new options were introduced in commits 9d7abda787ac76c04a7e68363d7a322918ce28a7 and ca1027c22fda9d993cbce716163d28b1e4e8aa0f, both of which at in HAProxy 2.8+. This patch should be backported there. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index c17e5e3da2..e1d55133b9 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1172,6 +1172,10 @@ The following keywords are supported in the "global" section : - tune.disable-fast-forward - tune.fail-alloc - tune.fd.edge-triggered + - tune.h2.be.initial-window-size + - tune.h2.be.max-concurrent-streams + - tune.h2.fe.initial-window-size + - tune.h2.fe.max-concurrent-streams - tune.h2.header-table-size - tune.h2.initial-window-size - tune.h2.max-concurrent-streams