]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: add reference to quic_conn in ssl context
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Dec 2021 10:41:52 +0000 (11:41 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Dec 2021 14:53:19 +0000 (15:53 +0100)
commitc15dd9214bc714e3f26c6356f1a5c44a8718ee7b
tree137e679b5a52862de0b70b5069682cd023a32cc8
parent8a5b27a9b93b5e08d349e497c0e799405548d6ef
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.
include/haproxy/ssl_sock-t.h
src/xprt_quic.c