Module rustix::net::socketpair
source · Functions§
socketpair(domain, type_ | accept_flags, protocol)
—Create a pair of sockets that are connected to each other.
socketpair(domain, type_ | accept_flags, protocol)
—Create a pair of
sockets that are connected to each other.