Skip to main content

apr_socket_atmark

Function apr_socket_atmark 

Source
pub unsafe extern "C" fn apr_socket_atmark(
    sock: *mut apr_socket_t,
    atmark: *mut c_int,
) -> apr_status_t
Expand description

Query the specified socket if at the OOB/Urgent data mark @param sock The socket to query @param atmark Is set to true if socket is at the OOB/urgent mark, otherwise is set to false.