package charrua-server

  1. Overview
  2. Docs
DHCP server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

charrua-2.1.0.tbz
sha256=53a6be65499aa901b5db6a3c0494c21b5bc3fe2098c6e56826d3b55c49ed2b99
sha512=37d171014c755f7fc2465fd0124f5a80cb377c3a493883a38afdd2e583bf2022bec410842e5c7425b7945c3be408a55e9153a498c0f5f211dd1baa2c44fd5d6f

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