Function nix::sys::socket::listen

source ยท
pub fn listen<F: AsFd>(sock: &F, backlog: Backlog) -> Result<()>
Expand description

Listen for connections on a socket

Further reading