]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: New "quic-cc-algo" bind keyword
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 11 Jul 2022 08:24:21 +0000 (10:24 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Jul 2022 15:32:05 +0000 (17:32 +0200)
commit43910a94505d4515ce4ff8de0828f3bc7187c568
treeef2ae2229ce5249c25121b1dd21582d1447d55c3
parent1c9c2f6c02ed22119677121ffb6de8d3857e8010
MINOR: quic: New "quic-cc-algo" bind keyword

As it could be interesting to be able to choose the QUIC control congestion
algorithm to be used by listener, add "quic-cc-algo" new keyword to do so.
Update the documentation consequently.

Must be backported to 2.6.
doc/configuration.txt
include/haproxy/listener-t.h
src/cfgparse-quic.c
src/xprt_quic.c