]> git.ipfire.org Git - thirdparty/bind9.git/commit
Offload AXFR and IXFR processing
authorOndřej Surý <ondrej@isc.org>
Fri, 13 Oct 2023 12:41:22 +0000 (14:41 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Oct 2023 12:57:25 +0000 (14:57 +0200)
commit3737ea592bd1e2221119bbabab9324ff9df64584
tree279f577b37bd6b07dc7781e81b4499a506e5a638
parente5c79261c0499de14f688ac230f657a6606096a5
Offload AXFR and IXFR processing

Instead of processing received data synchronously, store the incoming
differences in the list and process them asynchronously when we need to
commit the data into the database and/or journal.
lib/dns/xfrin.c