]> git.ipfire.org Git - thirdparty/bind9.git/commit
Compress zone transfers properly
authorTony Finch <fanf@isc.org>
Tue, 29 Nov 2022 20:23:31 +0000 (20:23 +0000)
committerTony Finch <dot@dotat.at>
Wed, 30 Nov 2022 12:16:09 +0000 (12:16 +0000)
commita8f1d0c19cd6890c8103bfa6f57dce9ff6204c5f
tree4ccc42491996e5b25f6b7714b47b1b53de7d07cf
parentd38b49d6965b7f50c915ffe14419b2ce8af787b6
Compress zone transfers properly

After change 5995, zone transfers were using a small
compression context that only had space for the first
few dozen names in each message. They now use a large
compression context with enough space for every name.
CHANGES
doc/notes/notes-current.rst
lib/dns/include/dns/compress.h
lib/ns/xfrout.c