nix::sys::socket

Function accept

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

Accept a connection on a socket

Further reading