Skip to main content

socketpair

Function socketpair 

Source
pub fn socketpair<T>(
    domain: AddressFamily,
    ty: SockType,
    protocol: T,
    flags: SockFlag,
) -> Result<(i32, i32), Errno>
Expand description

Create a pair of connected sockets

Further reading