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

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

Accept a connection on a socket

Further reading