commit | 1c482c665b13bde99e0fc9480a4d6568475da061 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Sep 20 16:59:51 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | ac64cae3988064696963b94f72d1fc646267c975 | |
parent | 513b4f290ad544146456eb29afae8408402fc147 [diff] |
MINOR: quic: Wake up the mux upon ACK receipt When ACK have been received by the xprt, it must wake up the mux if this latter has subscribed to SEND events. This is the role of qcs_try_to_consume() to detect such a situation. This is the function which consumes the buffer filled by the mux.