]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use automatically-resizing hash table for resolver buckets
authorEvan Hunt <each@isc.org>
Fri, 6 May 2022 21:51:12 +0000 (14:51 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 May 2022 07:27:28 +0000 (09:27 +0200)
commit857f3bede37ccb419dac3816a0f96fa490af7d92
treeab572a5a024cfb36ec0f67de0f51ed5a6408d585
parent15953043124416ab1dbc857f6885ecdb167401bb
Use automatically-resizing hash table for resolver buckets

Replace the statically-sized hash table used for the resolver
fetch contexts with an isc_ht_t.
lib/dns/resolver.c