pub fn listen<F: AsFd>(sock: &F, backlog: Backlog) -> Result<()>
Listen for connections on a socket
Further reading