Function nrfxlib_sys::nrf_listen

source ·
pub unsafe extern "C" fn nrf_listen(
    sock: c_int,
    backlog: c_int
) -> c_int
Expand description

Listen for socket connections and limit the queue of incoming connections.

@details See POSIX.1-2017 article for normative description.

In addition, the function shall return -1 and set the following errno: