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.