Expand description
Defines abstractions for platform dependencies such as sockets and time. Defines trait abstractions for platform dependencies of the DHCP client core, and provides fake implementations of these dependencies for testing purposes.
Structs§
- Contains information about a datagram received on a socket.
Enums§
- Errors encountered while performing a socket operation.
Traits§
- Provides access to system-time-related operations.
- A type representing an instant in time.
- Provides access to AF_PACKET sockets.
- Provides access to random number generation.
- Abstracts sending and receiving datagrams on a socket.
- Provides access to UDP sockets.