mod.rs 137 B

12345
  1. pub const UDP_SERVER_PORT: u16 = 67;
  2. pub const UDP_CLIENT_PORT: u16 = 68;
  3. mod clientv4;
  4. pub use self::clientv4::Client as Dhcpv4Client;