]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reimplement the max-transfer-time-out and max-transfer-idle-out
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Feb 2022 10:20:17 +0000 (11:20 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Feb 2022 21:59:24 +0000 (22:59 +0100)
commitcbf2bed95e73983c97da38b618de27a7b57c9ecc
tree3fede96fa2553a676791b2b3accc43620bb50d37
parent6de1b12f592200a3d9401c8fa82a91117c83b45d
Reimplement the max-transfer-time-out and max-transfer-idle-out

While refactoring the libns to use the new network manager, the
max-transfer-*-out options were not implemented and they were turned
non-operational.

Reimplement the max-transfer-idle-out functionality using the write
timer and max-transfer-time-out using the new isc_nm_timer API.

(cherry picked from commit 8643bbab848e16d1e351fd0af56339dfa63e50f6)
lib/ns/xfrout.c