MINOR: quic: Wake up the mux to probe with new data
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 26 Apr 2022 11:54:28 +0000 (13:54 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Apr 2022 14:22:40 +0000 (16:22 +0200)
commitdafbde6c8c9d3f8b83175c00517a96276fa89151
tree537f2c2239b9f135276b50054bb2ae83690f6ac0
parentd8b798d7ef01b4927144917a791d23aeab0700c6
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.
src/xprt_quic.c