From d3f708ba566d707afbf461b374add508e99023f3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 27 May 2024 15:17:06 +1000 Subject: [PATCH] Update resquery_senddone handling of ISC_R_TIMEDOUT Treat timed out as an address specific error. (cherry picked from commit 56c3dcc5d779d0365b385cf393317cae18526949) --- lib/dns/resolver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 1381c2dcbf..3d4d194c31 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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",