Module socket
Available on crate feature
net only.Modules§
- core
- Utilities for creating and using sockets.
- linux
Linux - opts
- Options and types in function of creating
Sockets.
Structs§
- Device
Name - Name of a (network) interface device name, e.g.
eth0. - Socket
Options
Traits§
- Socket
Service - Glue trait that is used as the trait bound for code creating/preparing a socket on one layer or another.