commit | edc81469a8f6b4854978f01906b9589b29b54c72 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Feb 25 17:44:29 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 04 17:00:12 2022 +0100 |
tree | 669447459a417b2e241d16c271a465a9c2f31e6d | |
parent | 28c7ea37258ded77605f38e83908652e8d507795 [diff] |
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.