MINOR: quic: add config for retransmit limit
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 Jan 2023 10:44:50 +0000 (11:44 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 3 Feb 2023 10:56:46 +0000 (11:56 +0100)
commit24d5b72ca9c2a0ca7a469de208b793e8a69aa0b6
treecafe0c819f9335d63b1862ce7c0e83f0d22d34dc
parente4abb1f2da6e70e79fe71fae5c762696dcc549b8
MINOR: quic: add config for retransmit limit

Define a new configuration option "tune.quic.max-frame-loss". This is
used to specify the limit for which a single frame instance can be
detected as lost. If exceeded, the connection is closed.

This should be backported up to 2.7.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-quic.c
src/haproxy.c
src/quic_conn.c