Function s2n_tls_sys::s2n_connection_get_delay

source ·
pub unsafe extern "C" fn s2n_connection_get_delay(
    conn: *mut s2n_connection
) -> u64
Expand description

Query the connection object for the configured blinding delay. @param conn The connection object being updated @returns the number of nanoseconds an application using self-service blinding should pause before calling close() or shutdown().