]> git.ipfire.org Git - thirdparty/bind9.git/commit
Adjust UDP timeouts used in zone maintenance
authorMark Andrews <marka@isc.org>
Wed, 16 Aug 2023 04:40:12 +0000 (14:40 +1000)
committerMark Andrews <marka@isc.org>
Fri, 20 Oct 2023 00:16:01 +0000 (00:16 +0000)
commit306ee4cb28612bfb5d47dbae063638954bcca75d
tree11f923d6a769880142e66e4dc288ff8389f858e1
parentf82844aee164628f65c789f54f7743cbe75b3882
Adjust UDP timeouts used in zone maintenance

Drop timeout before resending a UDP request from 15 seconds to 5
seconds and add 1 second to the total time to allow for the reply
to the third request to arrive.  This will speed up the time it
takes for named to recover from a lost packet when refreshing a
zone and for it to determine that a primary is down.

(cherry picked from commit 29f399797db658c4bd7835b1592225dff2e6ef8e)
lib/dns/zone.c