ngtcp2_conn_get_tls_alert
Synopsis
#include <ngtcp2/ngtcp2.h>
-
uint8_t ngtcp2_conn_get_tls_alert(ngtcp2_conn *conn)
Warning
Deprecated since version 1.23.0: Use
ngtcp2_conn_get_tls_alert2()instead.ngtcp2_conn_get_tls_alert()returns the value set byngtcp2_conn_set_tls_alert(). If no value is set, this function returns 0.