commit | b0bd62db2316d2e0cf729060f631200fa6a5b620 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Dec 14 19:34:08 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 17 08:38:43 2021 +0100 |
tree | 11a9e9434ca0a9d1cae5e382abea5592daf57482 | |
parent | 4015cbb723111e4d4bdd43ad073061f7d44466a1 [diff] |
MINOR: quic: Add quic_set_app_ops() function Export the code responsible which set the ->app_ops structure into quic_set_app_ops() function. It must be called by the TLS callback which selects the application (ssl_sock_advertise_alpn_protos) so that to be able to build application packets after having received 0-RTT data.