commit | c830e1e9047fa3c8067bc85b74a6313dd9294969 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 16 16:19:59 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 16:25:07 2022 +0200 |
tree | 80bf7f74456f9534472337224ce950cbcee10b19 | |
parent | a977355aa1f9636d0f8fe2af811915d33c99260e [diff] |
MINOR: mux-quic: implement MAX_DATA emission This commit is similar to the previous one but deals with MAX_DATA for connection-level data flow control. It uses the same function qcc_consume_qcs() to update flow control level and generate a MAX_DATA frame if needed.