Function accept4

Source
pub unsafe fn accept4(
    sockfd: int,
    addr: *mut sockaddr,
    addrlen: *mut socklen_t,
    flags: int,
) -> Result<int>
Expand description

Accept a connection on a socket with additional flags.