pub unsafe extern "C" fn mbedtls_ssl_cookie_set_timeout(
ctx: *mut mbedtls_ssl_cookie_ctx,
delay: c_ulong,
)Expand description
\brief Set expiration delay for cookies (Default MBEDTLS_SSL_COOKIE_TIMEOUT)
\param ctx Cookie context \param delay Delay, in seconds if HAVE_TIME, or in number of cookies issued in the meantime. 0 to disable expiration (NOT recommended)