commit | 06749f3d6f75e12c44c179515dd7597efa290230 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 13 11:27:06 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 13 17:22:19 2022 +0200 |
tree | f1d950978534cd46b9edd7cf9f661218eab6d832 | |
parent | b5ca943ff9980c4272b8f6793130c49d9ac7493d [diff] |
MINOR: xprt_quic: adjust flow-control according to bufsize Redefine the initial local flow-control to enforce by us. Use bufsize as the maximum offset allowed to be received. This change is part of an adjustement on the Rx path. Mux buffer will be converted to a ncbuf. Flow-control parameters must ensure that we never receive a frame larger than the buffer. With this, all received frames will be stored in the MUX buffer.