This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3120MOD: DNS addressing when there is a secondary DNS

Expert 3040 points
Part Number: CC3120MOD


Hi

I would like to ask you about the behavior of the driver of DNS addressing when there is a secondary DNS.

In programmers guide, page #90,

 Time.MaxResponseTime = 2000;

 Time.NumOfRetries = 30;

sl_NetAppDnsGetHostByName()

 is this setting correct? if this is correct, even if secondary DNS sets, when primary DNS is offline, it is waiting for 1sec (until failing 30 times), we would like to set the smaller value than example = 30; is it no problem?