From 7fa812a1ac2721d9290900b3467fd80110f15cc7 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 --- doc/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index b489ef6d4..dc4aef160 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1744,6 +1744,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 @@ -1753,6 +1754,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 @@ -1882,6 +1884,7 @@ The following keywords are supported in the "global" section : - tune.pool-low-fd-ratio - tune.pt.zero-copy-forwarding - tune.quic.cc-hystart + - tune.quic.cc.cubic.min-losses - tune.quic.disable-tx-pacing - tune.quic.disable-udp-gso - tune.quic.frontend.glitches-threshold -- 2.47.2