]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: rename max Tx mem setting
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 5 Aug 2025 09:12:17 +0000 (11:12 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Oct 2025 14:49:20 +0000 (16:49 +0200)
commitd248c5bd216327282a79f1d3046f04ba3e35ea63
tree9186d8344fb1836325e7a8be567fef30bba17ac7
parent9bfe9b9e213a468b6864be056c0ca72c404b4b11
MINOR: quic: rename max Tx mem setting

QUIC global memory can be limited across the entire process via a global
tune setting. Previously, this setting used to misleading "frontend"
prefix. As this is applied as a sum between all QUIC connections, both
from frontend and backend sides, remove the prefix. The new option name
is "tune.quic.mem.tx-max".

The older option name is deprecated and will be removed in 3.5.
doc/configuration.txt
include/haproxy/global-t.h
include/haproxy/quic_tune-t.h
src/cfgparse-quic.c
src/haproxy.c
src/quic_cc.c