pub fn accept(sockfd: i32) -> Result<i32, Errno>
Expand description

Accept a connection on a socket

Further reading