]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: duplicate glitches FE option on BE side
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 31 Jul 2025 14:48:57 +0000 (16:48 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Oct 2025 14:49:20 +0000 (16:49 +0200)
commit7640e9a9ee7c796bb57a69c90a373045767c2c86
tree59fe6459c11fdb7070da6b20981bb6e227d20e67
parentb34cd0b506a4b84bdebc690985f9563eb1d1d96c
MINOR: quic: duplicate glitches FE option on BE side

Previously, QUIC glitches support was only implemented for frontend
side. Extend this so that the option can be specified separately both on
frontend and backend sides. Function _qcc_report_glitch() now retrieves
the relevant max value based on connection side.

In addition to this, option has been renamed to use "fe/be" 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_tune-t.h
src/cfgparse-quic.c
src/mux_quic.c