DHCP timeouts These represent how much patience will EtherDune have waiting in this state before thinking something is wrong and doing something about it.
More...
DHCP timeouts These represent how much patience will EtherDune have waiting in this state before thinking something is wrong and doing something about it.
#define DHCP_TIMEOUT_BOUND_MS 1000 |
(in milliseconds) set to 1 second so as to decrement the renewal timer
Definition at line 213 of file config.h.
#define DHCP_TIMEOUT_REQUESTING_MS 5000 |
(in milliseconds) DHCP timeout in the REQUESTING phase (waiting for reply to DHCP REQUEST)
Definition at line 212 of file config.h.
#define DHCP_TIMEOUT_SELECTING_MS 1000 |
(in milliseconds) DHCP timeout in the SELECTING DHCP phase (waiting for reply to DHCP DISCOVER)
Definition at line 211 of file config.h.
const uint16_t DHCP_DEFAULT_RENEWAL_TIMER_S = 7200 |
|
static |
Time in seconds to hold the IP lease, unless stated otherwise by the DHCP server.
Default is 2h.
Definition at line 217 of file config.h.
const uint8_t DHCP_MAX_ATTEMPTS = 4 |
|
static |
how many times to retry if address request is denied.
Definition at line 215 of file config.h.