mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 01:56:00 -04:00
Previously, the user of dns_dispatch API had to first call dns_dispatch_gettcp() and if that failed create a new TCP dispatch with dns_dispatch_createtcp(). This has been changed and the TCP connection reuse happens transparently inside dns_dispatch_createtcp(). There are separate buckets for dns_resolver, dns_request and dns_xfrin units, so these don't get mixed together. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| meson.build | ||