accept

Function accept 

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

Accept a connection on a socket

Further reading