TCPIP_DHCPS_MODULE_CONFIG Structure
C
typedef struct {
bool enabled;
bool deleteOldLease;
size_t leaseEntries;
uint32_t entrySolvedTmo;
TCPIP_DHCPS_ADDRESS_CONFIG * dhcpServer;
} TCPIP_DHCPS_MODULE_CONFIG;
Description
Structure: TCPIP_DHCPS_MODULE_CONFIG.
DHCP server configuration and initialization data . Configuration is part of tcpip_stack_init.c.
Members
| Members | Description |
|---|---|
| enabled | Enable DHCP server. |
| deleteOldLease | Delete old cache if still in place, specific DHCP parameters. |
| leaseEntries | Max number of lease entries. |
| entrySolvedTmo | Solved entry removed after this tmo in seconds. |
| dhcpServer | DHCP server lease address configuration details uint32_t dhcpServerCnt; // Max DHCP server support. |
