bind9/bin/delv
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
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
delv.rst Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
Makefile.am add "delv +ns" command, for full internal resolution 2023-03-28 12:39:05 -07:00