commit | 54445d04e4adb3e254033141020be7e55f2465e9 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Mar 10 16:44:14 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 11 11:37:31 2022 +0100 |
tree | ee0743a799fe2f69781ea2337e04500c8fbfda78 | |
parent | db5d1a1b1967e7015edfa9b0b3c12c08e61817b6 [diff] |
MINOR: quic: implement sending confirmation Implement a new MUX function qcc_notify_send. This function must be called by the transport layer to confirm the sending of STREAM data to the MUX. For the moment, the function has no real purpose. However, it will be useful to solve limitations on push frame and implement the flow control.