Structsยง
- Socket
- Owned wrapper around a system socket.
Enumsยง
- Interface
Index OrAddress - 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.