mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Previously, it was possible to assign a bit of memory space in the nmhandle to store the client data. This was complicated and prevents further refactoring of isc_nmhandle_t caching (future work). Instead of caching the data in the nmhandle, allocate the hot-path ns_client_t objects from per-thread clientmgr memory context and just assign it to the isc_nmhandle_t via isc_nmhandle_set(). |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| Makefile.am | ||
| rndc.c | ||
| rndc.conf | ||
| rndc.conf.rst | ||
| rndc.rst | ||
| util.c | ||
| util.h | ||