ngtcp2_conn_get_expiry2
Synopsis
#include <ngtcp2/ngtcp2.h>
-
ngtcp2_tstamp ngtcp2_conn_get_expiry2(const ngtcp2_conn *conn)
ngtcp2_conn_get_expiry2()returns the next expiry time. It returnsUINT64_MAXif there is no next expiry.Call
ngtcp2_conn_handle_expiry()when the expiry time has passed.Added in version 1.23.0.