]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update resquery_senddone handling of ISC_R_TIMEDOUT
authorMark Andrews <marka@isc.org>
Mon, 27 May 2024 05:17:06 +0000 (15:17 +1000)
committerMark Andrews <marka@isc.org>
Mon, 3 Jun 2024 14:15:48 +0000 (00:15 +1000)
Treat timed out as an address specific error.

lib/dns/resolver.c

index b67aa57e0d56b6cb2c5161cd770e733b9fab1930..f984dbef67a80c8abbfaa0a4a173bbbb22e8da26 100644 (file)
@@ -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",