Function nix::sys::socket::listen [] [src]

pub fn listen(sockfd: Fd, backlog: usize) -> Result<()>

Listen for connections on a socket

Further reading