pub fn socketpair_seqpacket() -> Result<(SocketpairStream, SocketpairStream)>
Expand description

Create a socketpair and return seqpacket handles connected to each end.

Note that this is not available on macOS or ios due to missing OS support for SOCK_SEQPACKET with AF_UNIX.