]> git.ipfire.org Git - thirdparty/bind9.git/commit
Added option for disabling stale-answer-client-timeout
authorDiego Fronza <diego@isc.org>
Fri, 18 Dec 2020 19:24:56 +0000 (16:24 -0300)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 29 Jan 2021 09:38:58 +0000 (10:38 +0100)
commit0aebad96b5376e59a01034f3b2cc923b33e4b183
treea7adb9af3c14a56ad26067d9331dd1ccc589713a
parent93ca96864405f222086dc40d7ba1c181a2712fe9
Added option for disabling stale-answer-client-timeout

This commit allows to specify "disabled" or "off" in
stale-answer-client-timeout statement. The logic to support this
behavior will be added in the subsequent commits.

This commit also ensures an upper bound to stale-answer-client-timeout
which equals to one second less than 'resolver-query-timeout'.

(cherry picked from commit 0ad6f594f65c6f33879a6a942f8e8ed17ba14fef)
bin/named/server.c
lib/isccfg/namedconf.c