commit | d6570e17890963f0b7da4dc9220ca89d07d45b56 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Mar 29 17:41:57 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 01 16:22:52 2022 +0200 |
tree | 4ea5a57abf94bc741657b5a58106b637cae9e525 | |
parent | b002145e9f9e2301ac20eee8e0fcc014fc466a25 [diff] |
BUG/MINOR: quic: Missing probing packets when coalescing Before having a look at the next encryption level to build packets if there is no more ack-eliciting frames to send we must check we have not to probe from the current encryption level anymore. If not, we only send one datagram instead of sending two datagrams giving less chance to recover from packet loss.