
ngtcp2_conn_get_tls_alert
=========================

Synopsis
--------

*#include <ngtcp2/ngtcp2.h>*

.. function:: uint8_t ngtcp2_conn_get_tls_alert(ngtcp2_conn *conn)

    
    `ngtcp2_conn_get_tls_alert` returns the value set by
    `ngtcp2_conn_set_tls_alert`.  If no value is set, this function
    returns 0.
