]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add quic_set_app_ops() function
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 14 Dec 2021 18:34:08 +0000 (19:34 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Dec 2021 07:38:43 +0000 (08:38 +0100)
commitb0bd62db2316d2e0cf729060f631200fa6a5b620
tree11a9e9434ca0a9d1cae5e382abea5592daf57482
parent4015cbb723111e4d4bdd43ad073061f7d44466a1
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.
include/haproxy/xprt_quic.h
src/xprt_quic.c