Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_DNS_RETRANSMISSION_TIMEOUT (1U) /* seconds */ |
Timeout for the response from the remote DNS server (in seconds).
The recommended value is 1
second.
If the DNS client does not receive any response from a DNS server, it sends a new request message.
Default value is 1
.
.
Definition at line 82 of file fnet_dns_config.h.