mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-04 17:24:47 -04:00
Under some circumstances when processing a query response - for example, when it contains a CNAME or DNAME - a query will have to be restarted from the beginning to look up a new target. This was previously handled by recursively calling the ns__query_start() function directly from ns_query_done(). However, performance test data indicated that chains of CNAMEs could consume quite a bit of time inside the worker thread, increasing latency for other waiting queries. This has now been changed so that restarted queries are run asynchronously. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||