pub fn accept4(sockfd: RawFd, flags: SockFlag) -> Result<RawFd>
Accept a connection on a socket
Further reading