Function posish::net::acceptfrom[][src]

pub fn acceptfrom<Fd: AsFd>(
    sockfd: &Fd,
    flags: AcceptFlags
) -> Result<(OwnedFd, SocketAddr)>
Expand description

accept4(fd, &addr, &len, flags)

Use accept if the peer address isn’t needed.