]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Sharded client udp refcounts
authorAlessio Podda <alessio@isc.org>
Wed, 12 Aug 2026 12:49:21 +0000 (12:49 +0000)
committerAlessio Podda <alessio@isc.org>
Wed, 12 Aug 2026 12:49:21 +0000 (12:49 +0000)
All listening clients would try to attach to the same listening socket. By making the clients attach to the underlying sockets instead we can substantially reduce contention.

Merge branch 'alessio/sharded-udplistener-v2' into 'main'

See merge request isc-projects/bind9!12471


Trivial merge