ngtcp2_conn_get_tls_native_handle
Synopsis
#include <ngtcp2/ngtcp2.h>
-
void *ngtcp2_conn_get_tls_native_handle(ngtcp2_conn *conn)
Warning
Deprecated since version 1.23.0: Use
ngtcp2_conn_get_tls_native_handle2()instead.ngtcp2_conn_get_tls_native_handle()returns TLS native handle set byngtcp2_conn_set_tls_native_handle().