From: Mark Andrews Date: Mon, 27 May 2024 05:17:06 +0000 (+1000) Subject: Update resquery_senddone handling of ISC_R_TIMEDOUT X-Git-Tag: v9.20.0~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c3dcc5d779d0365b385cf393317cae18526949;p=thirdparty%2Fbind9.git Update resquery_senddone handling of ISC_R_TIMEDOUT Treat timed out as an address specific error. --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index b67aa57e0d5..f984dbef67a 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1760,6 +1760,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",