]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: split congestion controler options for FE/BE usage
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 31 Jul 2025 15:15:51 +0000 (17:15 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Oct 2025 14:49:20 +0000 (16:49 +0200)
commit33a8cb87a92d2513e1a225cd0c89996192c1e82b
treefda6a868af466f95cead625dab8c2a8914cbbde7
parent7640e9a9ee7c796bb57a69c90a373045767c2c86
MINOR: quic: split congestion controler options for FE/BE usage

Various settings can be configured related to QUIC congestion controler.
This patch duplicates them to be able to set independent values on
frontend and backend sides.

As with previous patch, option are renamed to use "fe/be" unified
prefixes. This is part of the current serie of commits which unify QUIC
settings. Older options are deprecated and will be removed on 3.5
release.
doc/configuration.txt
include/haproxy/global-t.h
include/haproxy/quic_conn-t.h
include/haproxy/quic_tune-t.h
src/cfgparse-quic.c
src/haproxy.c
src/quic_cc_cubic.c
src/quic_loss.c
src/quic_rx.c
src/quic_tx.c