ngtcp2_conn_get_handshake_completed
Synopsis
#include <ngtcp2/ngtcp2.h>
-
int ngtcp2_conn_get_handshake_completed(ngtcp2_conn *conn)
Warning
Deprecated since version 1.23.0: Use
ngtcp2_conn_get_handshake_completed2()instead.ngtcp2_conn_get_handshake_completed()returns nonzero if QUIC handshake has completed.