]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: implement cc-algo server keyword
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Nov 2025 15:25:42 +0000 (16:25 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 1 Dec 2025 14:53:58 +0000 (15:53 +0100)
commit47dff5be52dcfdbb02024f658c9cff0f1ca31e8c
tree65b42314541f506be432042419b002edfdb786c0
parent4f43abd731b150684d5f3691a7d730d4273667ce
MINOR: quic: implement cc-algo server keyword

Extend QUIC server configuration so that congestion algorithm and
maximum window size can be set on the server line. This can be achieved
using quic-cc-algo keyword with a syntax similar to a bind line.

This should be backported up to 3.3 as this feature is considered as
necessary for full QUIC backend support. Note that this relies on the
serie of previous commits which should be picked first.
doc/configuration.txt
include/haproxy/server-t.h
src/cfgparse-quic.c
src/quic_conn.c
src/server.c