commit | 738397065cb5cdcd1ad599b1fe201d5fe2c912cb | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 18 15:01:27 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 218ecb5b6aeb194c6252651f858972fed4b6dba0 | |
parent | e8139f3b378568c065da1a082db73352da64b289 [diff] |
MINOR: quic: Add a wrapper function to update transport parameters. This function calls quic_mux_transport_params_update() to update the related streams transport parameter of the mux. It is there only so that not to have to include mux_quic.h to update these parameters.