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?