2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00
Ondřej Surý f5af981831
Change dns_message_create() function to accept memory pools
Instead of creating new memory pools for each new dns_message, change
dns_message_create() method to optionally accept externally created
dns_fixedname_t and dns_rdataset_t memory pools.  This allows us to
preallocate the memory pools in ns_client and dns_resolver units for the
lifetime of dns_resolver_t and ns_clientmgr_t.
2023-09-24 18:07:40 +02:00
..
2023-02-27 13:47:25 +00:00
2023-02-27 13:47:25 +00:00
2023-08-15 14:24:39 +02:00
2022-02-24 11:12:02 +01:00
2022-09-27 11:21:38 +02:00
2023-05-12 20:48:31 +01:00