]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Probe regardless of the congestion control
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 17 Jan 2022 16:56:20 +0000 (17:56 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 20 Jan 2022 15:43:06 +0000 (16:43 +0100)
commitf4e5a7c64438cfacbf9aba9c44911d1ff05961f4
treef3bb366afc1c720ec3d4a30c619ff01ecb3061a8
parent0fa553d0c2249d95c128636ed5c96912a9f3dbfd
MINOR: quic: Probe regardless of the congestion control

When probing, we must not take into an account the congestion control window.
This was not completely correctly implemented: qc_build_frms() could fail
because of this limit when comparing the head of the packet againts the
congestion control window. With this patch we make it fail only when
we are not probing.
src/xprt_quic.c