Function s2n_tls_sys::s2n_connection_get_wire_bytes_out

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

Get the number of bytes the connection has transmitted out.

@param conn A pointer to the connection @returns return the number of bytes transmitted out by s2n-tls “on the wire”