Function nix::sys::socket::accept

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

Accept a connection on a socket

Further reading