pub unsafe fn accept( sockfd: int, addr: *mut sockaddr, addrlen: *mut socklen_t, ) -> Result<int>
Accept a connection on a socket.