commit | dafbde6c8c9d3f8b83175c00517a96276fa89151 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Apr 26 13:54:28 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 16:22:40 2022 +0200 |
tree | 537f2c2239b9f135276b50054bb2ae83690f6ac0 | |
parent | d8b798d7ef01b4927144917a791d23aeab0700c6 [diff] |
MINOR: quic: Wake up the mux to probe with new data When we have to probe the peer, we must first try to send new data. This is done here waking up the mux after having set the number of maximum number of datagrams to send to QUIC_MAX_NB_PTO_DGRAMS (2). Of course, this is only the case if the mux was subscribed to SEND events.