Function nix::sys::socket::accept

source ·
pub fn accept(sockfd: RawFd) -> Result<RawFd>
Expand description

Accept a connection on a socket

Further reading