Structs§
- Owned wrapper around a system socket.
Enums§
- A local interface specified by its index or an address assigned to it.
Functions§
- Set
FD_CLOEXEC
andNOSIGPIPE
on thesocket
for platforms that need it. - Set
SOCK_CLOEXEC
andNO_HANDLE_INHERIT
on thety
pe on platforms that support it.
Type Aliases§
- Inner 🔒Store a
TcpStream
internally to take advantage of its niche optimizations on Unix platforms.