commit | f4e5a7c64438cfacbf9aba9c44911d1ff05961f4 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jan 17 17:56:20 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 20 16:43:06 2022 +0100 |
tree | f3bb366afc1c720ec3d4a30c619ff01ecb3061a8 | |
parent | 0fa553d0c2249d95c128636ed5c96912a9f3dbfd [diff] |
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.