accept

Function accept 

Source
pub fn accept(
    fd: &impl AsFd,
    flags: AcceptFlags,
) -> Result<(OwnedFd, SockaddrStorage), Errno>