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

pub fn accept(sockfd: Fd) -> Result<Fd>

Accept a connection on a socket

Further reading