bind9/tests/libtest
Ondřej Surý c9b4b45943
Replace the linked list of TCP dispatches with hash table
Reusing TCP connections with dns_dispatch_gettcp() used linear linked
list to lookup existing outgoing TCP connections that could be reused.
Replace the linked list with per-loop cds_lfht hashtable to speedup the
lookups.  We use cds_lfht because it allows non-unique node insertion
that we need to check for dispatches in different connection states.
2023-09-16 07:32:18 +02:00
..
dns.c Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
isc.c Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
qp.c Fixes for liburcu-qsbr 2023-05-15 20:49:42 +00:00