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

Get the number of bytes the connection has received.

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