mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 05:42:04 -04:00
When the recursive-clients value is too large, the linked lists holding the fetch contexts can also grow large and since the algorithm to merge outgoing queries is quadratic, named can get slow. Replace the linked list with hashtable for faster lookups. This also allows us to reduce the number of tasks (buckets) in the resolver. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||