Structsยง
- Owned wrapper around a system socket.
Enumsยง
- A local interface specified by its index or an address assigned to it.
Functionsยง
- from_linger ๐
- into_linger ๐
- set_common_flags ๐Set
FD_CLOEXEC
andNOSIGPIPE
on thesocket
for platforms that need it. - set_common_type ๐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.