Function s2n_quic::provider::tls::default::ffi::s2n_connection_use_corked_io

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

Indicates to s2n that the connection is using corked IO.

@warning This API should only be used when using managed send IO.

@param conn The connection object being updated @returns S2N_SUCCESS on success. S2N_FAILURE on failure