Function libax::cbindings::ax_listen

source ·
#[no_mangle]
pub unsafe extern "C" fn ax_listen(
    socket_fd: c_int,
    backlog: c_int
) -> isize
Available on crate features net and cbindings only.
Expand description

Listen for connections on a socket

Return 0 if success.