]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: implement MAX_DATA emission
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 16 May 2022 14:19:59 +0000 (16:19 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 18 May 2022 14:25:07 +0000 (16:25 +0200)
commitc830e1e9047fa3c8067bc85b74a6313dd9294969
tree80bf7f74456f9534472337224ce950cbcee10b19
parenta977355aa1f9636d0f8fe2af811915d33c99260e
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.
include/haproxy/mux_quic-t.h
src/mux_quic.c