From 5f37af7a8efe2fc97c4ecbc17b7710860d893b28 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 15 Nov 2024 16:32:37 +0100 Subject: [PATCH] DOC: config: add tune.h2.{be,fe}.rxbuf to the global keywords index These two keywords were missing from the index, let's add them. --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 3c834eef4..5f35f8cdf 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1481,10 +1481,12 @@ The following keywords are supported in the "global" section : - tune.h2.be.glitches-threshold - tune.h2.be.initial-window-size - tune.h2.be.max-concurrent-streams + - tune.h2.be.rxbuf - tune.h2.fe.glitches-threshold - tune.h2.fe.initial-window-size - tune.h2.fe.max-concurrent-streams - tune.h2.fe.max-total-streams + - tune.h2.fe.rxbuf - tune.h2.header-table-size - tune.h2.initial-window-size - tune.h2.max-concurrent-streams