package charrua-server

  1. Overview
  2. Docs
DHCP server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

charrua-3.1.1.tbz
sha256=8fcd4a51a10eeb600989585847fb373c2f5187bef8019455091eea3751a7f405
sha512=0629cd497d9f234821279ac58ce707ca303b36093f887af9cb462139f3bd21ae0e9a80dd9375f7d5ad22eca7517c7e9c77193c616871da5bd68b3e456550f1e4

doc/charrua-server/Dhcp_server/index.html

Module Dhcp_serverSource

A DHCP server is composed of two sub-modules: Config and Input. The former deals with building a suitable configuration for using with the later.

v3.1.1 - homepage

DHCP Server Configuration

Sourcemodule Config : sig ... end

DHCP Leases (bindings)

Sourcemodule Lease : sig ... end

DHCP Input Packet Logic

Sourcemodule Input : sig ... end

The logic for handling a DHCP input packet is pure, the module does not perform any IO, it only returns a possible reply packet or event to be logged.