2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/bin/named
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
..
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-09-16 07:32:17 +02:00
2023-03-23 12:57:01 -07:00
2023-02-18 20:23:41 +00:00
2023-06-14 19:21:28 +10:00
2023-03-08 08:36:25 +01:00