]> git.ipfire.org Git - thirdparty/pdns.git/commit
Timout handling for ixfrs as a client.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 24 Oct 2022 14:25:59 +0000 (16:25 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Oct 2022 08:54:08 +0000 (10:54 +0200)
commitfee334ae0f5083d47f9adc207d5a1a6d36ebc2ac
treeec35c0c47c7d2722b4ed3347f4d1aca5a9e58f86
parent6483815fc6ba9a57f383d7dabcff027c483c94ff
Timout handling for ixfrs as a client.

One complicating factor is that this is shared code, but auth and
rec do not agree on the definiton of the timeout value: auth states
it is a maximum idle time, while rec state it is the total xfr time.
While both apporaches make sense and in the end we would like to
enforce both, we now go for a more simple solution that respects
auth or rec behaviour based on a flag.
pdns/ixfr.cc
pdns/ixfr.hh
pdns/ixplore.cc
pdns/rpzloader.cc
pdns/rpzloader.hh
pdns/slavecommunicator.cc