commit | c15dd9214bc714e3f26c6356f1a5c44a8718ee7b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 21 11:41:52 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 21 15:53:19 2021 +0100 |
tree | 137e679b5a52862de0b70b5069682cd023a32cc8 | |
parent | 8a5b27a9b93b5e08d349e497c0e799405548d6ef [diff] |
MINOR: quic: add reference to quic_conn in ssl context Add a new member in ssl_sock_ctx structure to reference the quic_conn instance if used in the QUIC stack. This member is initialized during qc_conn_init(). This is needed to be able to access to the quic_conn without relying on the connection instance. This commit is part of the rearchitecture of xprt-quic layers and the separation between xprt and connection instances.