ngtcp2_conn_get_expiry
Synopsis
#include <ngtcp2/ngtcp2.h>
-
ngtcp2_tstamp ngtcp2_conn_get_expiry(ngtcp2_conn *conn)
ngtcp2_conn_get_expiry()
returns the next expiry time. It returnsUINT64_MAX
if there is no next expiry.Call
ngtcp2_conn_handle_expiry()
and thenngtcp2_conn_writev_stream()
(orngtcp2_conn_writev_datagram()
) when the expiry time has passed.