Type Alias dhcpv4::server::ClientRecords

source ·
pub type ClientRecords = HashMap<ClientIdentifier, LeaseRecord>;
Expand description

A mapping of clients to their lease records.

The server should store a record for each client to which it has sent a DHCPOFFER message.

Aliased Type§

struct ClientRecords { /* private fields */ }