commit | 5cfb4edca75dca8bc5c3ce9c2b86aadca477a3e3 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Mar 30 14:44:49 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 01 16:26:05 2022 +0200 |
tree | a70260b07fc4ac084f50ca255787bab9b5a50755 | |
parent | 03235d78ae9783b72fb1e961bc44e2597a6d9dad [diff] |
BUG/MINOR: quic: Do not probe from an already probing packet number space During a handshake, after having prepared a probe upon a PTO expiration from process_timer(), we wake up the I/O handler to make it send probing packets. This handler first treat incoming packets which trigger a fast retransmission leading to send too much probing (duplicated) packets. In this cas we cancel the fast retranmission.