axlibc

Function listen

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn listen(
    socket_fd: c_int,
    backlog: c_int,
) -> c_int
Available on crate feature net only.
Expand description

Listen for connections on a socket

Return 0 if success.