dwnx_conn_get_expiry
Synopsis
#include <dwnx/dwnx.h>
-
dwnx_tstamp dwnx_conn_get_expiry(const dwnx_conn *conn)
dwnx_conn_get_expiry()returns the next expiry time. It returnsUINT64_MAXif there is no next expiry.Call
dwnx_conn_handle_expiry()when the expiry time has passed.