Home |
DHCP Server Configuration Function xn_dhcp_server_interface Function xn_dhcp_server_daemon_start |
DHCP Server ConfigurationThe DHCP Server uses the following global constants, which an application can modify at run-time before calling xn_dhcp_server_interface or xn_rtip_init: CFG_DHCP_LEASE_TIME_DIFFNumber of seconds for server to keep lease longer than client lease time; this is used in case the server's and the client's timers are not in sync. Default is 10. CFG_DHCPS_MAX_ACTIVE_LEASESThe maximum number of IP addresses the DHCP server may hand out. Default is 10. Function xn_dhcp_server_interface
|