pub unsafe extern "C" fn listen(s: i32, backlog: i32) -> i32
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.
backlog