Ethernet
Ethernet copied to clipboard
Make DNS lookup configurable
Moved from https://github.com/arduino/Arduino/issues/6414 by @corymayer
Line 141 in Dns.cpp has a hardcoded 5 second timeout for DNS lookups. It causes a hang intermittently in my code. Can this be a configurable value?
ret = ProcessResponse(5000, aResult);