mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-17 06:41:00 +01:00
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.