]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use automatically-resizing hash table for fetches-per-zone
authorEvan Hunt <each@isc.org>
Wed, 4 May 2022 22:26:39 +0000 (15:26 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 May 2022 07:27:23 +0000 (09:27 +0200)
commit15953043124416ab1dbc857f6885ecdb167401bb
treef0bed5a5b5f2e99cd09dfe4f7529d0ed8200a243
parent5731a3d7f0d70f0614ca4f07d6ad3cf8389e2f8a
Use automatically-resizing hash table for fetches-per-zone

Replace the statically-sized hash table used for fcount_incr()
and fcount_decr() with an isc_ht_t.
lib/dns/resolver.c