]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not reuse shared TCP dispatches for zone transfers
authorOndřej Surý <ondrej@isc.org>
Thu, 19 Mar 2026 04:06:47 +0000 (05:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 13:05:48 +0000 (15:05 +0200)
commitabe201bac3ca520aefbafbf9c61a3ecfd5aba672
tree391f76515d7cc1daca4e47c05856bc50d4da30a0
parent4f54328eaf7a419d3159d378e69158a3159a9933
Do not reuse shared TCP dispatches for zone transfers

Zone transfers (XFRIN) need a dedicated TCP connection because they
are long-lived and stream the entire zone.

(cherry picked from commit 6e78094ebd8ebc31b71d62af6671d600aecb68e3)
lib/dns/dispatch.c