commit | 1290f1ebfbddfe7c92a08e73c2fd8bfd69632c5e | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 13 14:49:05 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 13 17:28:46 2022 +0200 |
tree | 11dd7005e34cab5b1c321a8a5f6e2657e69215e9 | |
parent | 06749f3d6f75e12c44c179515dd7597efa290230 [diff] |
MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams Add a ncbuf for data reception on qcs. Thanks to this, the MUX is able to buffered all received frame directly into the buffer. Flow control parameters will be used to ensure there is never an overflow. This change will simplify Rx path with the future deletion of acked frames tree previously used for frames out of order.