An RRset can be represented using both key and data together. More...
#include <packed_rrset.h>
Data Fields | |
| struct packed_rrset_key * | k |
| domain name, type and class | |
| struct packed_rrset_data * | d |
| ttl, count and rdatas (and rrsig) | |
An RRset can be represented using both key and data together.
Split into key and data structures to simplify implementation of caching schemes.