Function nix::sys::socket::socketpair

source ·
pub fn socketpair<T: Into<Option<SockProtocol>>>(
    domain: AddressFamily,
    ty: SockType,
    protocol: T,
    flags: SockFlag
) -> Result<(RawFd, RawFd)>
Expand description

Create a pair of connected sockets

Further reading