Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_DHCP_CLN_RESPONSE_TIMEOUT_MS (4000U) |
Timeout for the response from the remote DHCP server (in milliseconds).
The recommended value is from 1000
till 10000
ms.
If the DHCP client does not receive any response from a DHCP server during this time, it sends new discover message. During run time, it may be changed by fnet_dhcp_cln_set_response_timeout().
Default value is 4000
ms.
.
Definition at line 85 of file fnet_dhcp_config.h.