]> 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 20:38:17 +0000 (21:38 +0100)
commit8643bbab848e16d1e351fd0af56339dfa63e50f6
treeb848cf0dd9494104d0e94e2ccf6416985cbf09d4
parent037549c40533419eecd71e2f9343cf901d276a17
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.
lib/ns/xfrout.c