Function hermit_abi::listen

source ·
pub unsafe extern "C" fn listen(s: i32, backlog: i32) -> i32
Expand description

listen for connections on a socket

The backlog parameter defines the maximum length for the queue of pending connections. Currently, the backlog must be one.