Module miri::shims::unix::unnamed_socket
source · Expand description
This implements “anonymous” sockets, that do not correspond to anything on the host system and are entirely implemented inside Miri. We also use the same infrastructure to implement unnamed pipes.
Structs§
- One end of a pair of connected unnamed sockets.
- Buffer 🔒
Constants§
- The maximum capacity of the socketpair buffer in bytes. This number is arbitrary as the value can always be configured in the real system.