Ethernet icon indicating copy to clipboard operation
Ethernet copied to clipboard

Make DNS lookup configurable

Open facchinm opened this issue 7 years ago • 0 comments

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);

facchinm avatar Jun 26 '17 07:06 facchinm