package charrua-server

  1. Overview
  2. Docs
DHCP server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

charrua-2.1.1.tbz
sha256=5c6ad4b357037c4a0424d9db0a55f539ce639d02993e660e8c2879c5a11dee58
sha512=82a0ad98fdb27472b6506dce9756338e1f68a3f993560917505504a7b05471fa8af73228db1304f9fe2281a7b2ca16730588ca2e5aab9d04ffdd42ecb5a67452

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.

v2.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.