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
pub fn socketpair<T: Into<Option<SockProtocol>>>(
    domain: AddressFamily,
    ty: SockType,
    protocol: T,
    flags: SockFlag
) -> Result<(RawFd, RawFd)>Create a pair of connected sockets