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

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