mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
1526. [func] Implemented "additional section caching (or acache)",
an internal cache framework for additional section content to improve response performance. Several configuration options were provided to control the behavior.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdataslab.c,v 1.35 2004/03/05 05:09:23 marka Exp $ */
|
||||
/* $Id: rdataslab.c,v 1.36 2004/12/21 10:45:17 jinmei Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -241,6 +241,9 @@ static dns_rdatasetmethods_t rdataset_methods = {
|
||||
rdataset_clone,
|
||||
rdataset_count,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user