Configuration of the DNS client.
Configuration of the DNS client.
The DNS client configuration file Net_Config_DNS_Client.h contains only the setting Cache Table Size which specifies the size of the DNS Cache by defining the number of entries for the DNS Cache table. When the IP address is resolved, it is also stored to the local cache. When a request for resolving an IP address is received, the DNS Client first checks the local cache memory. If a valid entry is found there, the IP address is taken from the cache, and the request is not sent on to the remote DNS Server.