From 91237fa06df3df05e2c9d24045555528daccfd0b Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Mon, 28 Jul 2025 11:10:12 +0200 Subject: [PATCH] DOC: list missing global QUIC settings Complete list of global keywords with missing QUIC entries. This could be backported to stable versions. This requires to take into account the version of introduction for each keyword. * limited-quic, introduced in 2.8 * no-quic, introduced in 2.8 * tune.quic.cc.cubic.min-losses, introduced in 3.1 (cherry picked from commit 7fa812a1ac2721d9290900b3467fd80110f15cc7) Signed-off-by: Amaury Denoyelle (cherry picked from commit 0b4d823b3e6056a7a8465c744b7ad69537245871) Signed-off-by: Christopher Faulet (cherry picked from commit 282d1f28261ff9477ca5952fe1ef259453886b87) Signed-off-by: Christopher Faulet --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index b71a384..e84f292 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1333,6 +1333,7 @@ The following keywords are supported in the "global" section : - insecure-setuid-wanted - issuers-chain-path - key-base + - limited-quic - localpeer - log - log-send-hostname @@ -1342,6 +1343,7 @@ The following keywords are supported in the "global" section : - lua-prepend-path - mworker-max-reloads - nbthread + - no-quic - node - numa-cpu-mapping - ocsp-update.disable -- 1.7.10.4