Update resquery_senddone handling of ISC_R_TIMEDOUT

Treat timed out as an address specific error.

(cherry picked from commit 56c3dcc5d7)
This commit is contained in:
Mark Andrews 2024-05-27 15:17:06 +10:00
parent 99d2b4079f
commit d3f708ba56

View file

@ -1928,6 +1928,7 @@ resquery_senddone(isc_result_t eresult, isc_region_t *region, void *arg) {
case ISC_R_ADDRNOTAVAIL:
case ISC_R_CONNREFUSED:
case ISC_R_CONNECTIONRESET:
case ISC_R_TIMEDOUT:
/* No route to remote. */
FCTXTRACE3("query canceled in resquery_senddone(): "
"no route to host; no response",