Module v4

Source
Expand description

Used to lease IPv4 addresses to clients.

Implements DHCPv4 with the following RFCs:

Re-exports§

pub use client::*;
pub use message::*;
pub use server::*;

Modules§

client
Used to send/receive Messages to/from a DHCP server.
message
Information sent over a UDP connection between a DHCP client and server
server
Used to send/receive Messages to/from a DHCP client.

Type Aliases§

Result
Wraps Result from std, but currently doesn’t provide a custom error type