Module Dhcpd

module Dhcpd: sig .. end
DHCP server


DHCP server
val serve : ?port:Udp.Port.t -> Host.host_trx -> Ip.Addr.t Batteries.Enum.t -> unit
serve host ips listen on host DHCP port and allocate the given ips to any requester.