DHCP Server Configuration
module Config : sig ... endDHCP Leases (bindings)
module Lease : sig ... endDHCP Input Packet Logic
module Input : sig ... endDhcp_serverA DHCP server is composed of two sub-modules: Config and Input. The former deals with building a suitable configuration for using with the later.
v1.2.2 - homepage