]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: Make qc_build_frms() build ack-eliciting frames from a list
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 25 Feb 2022 16:44:29 +0000 (17:44 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Mar 2022 16:00:12 +0000 (17:00 +0100)
commitedc81469a8f6b4854978f01906b9589b29b54c72
tree669447459a417b2e241d16c271a465a9c2f31e6d
parent28c7ea37258ded77605f38e83908652e8d507795
MINOR: quic: Make qc_build_frms() build ack-eliciting frames from a list

We want to be able to build ack-eliciting frames to be embedded into QUIC packets
from a prebuilt list of ack-eliciting frames. This will be helpful for the mux
which would like to send STREAM frames asap after having builts its own prebuilt
list.
To do so, we only add a parameter as struct list to this function to handle
such a prebuilt list.
src/xprt_quic.c