]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the logic that applies differences when over limit
authorOndřej Surý <ondrej@isc.org>
Thu, 12 Oct 2023 15:48:56 +0000 (17:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Oct 2023 12:57:25 +0000 (14:57 +0200)
commite3892805d684479d08b5a96615dc181cc027a3ba
treede19b4f80d359449a5c7dd8f5e757b0f5bfd0669
parent8a590d16058aa86ef752fb0749f79c00debf361e
Remove the logic that applies differences when over limit

The ixfr_putdata() and axfr_putdata() had a logic to apply dns_diff when
the number of pending tuples went over 100.  Since we are going to
offload the XFR data processing, we don't need to do that anymore.
lib/dns/xfrin.c