pub fn listen(sockfd: RawFd, backlog: usize) -> Result<()>
Listen for connections on a socket
Further reading