pub fn listen(sockfd: i32, backlog: usize) -> Result<(), Errno>
Expand description

Listen for connections on a socket

Further reading