|
Electroneum
|
#include <packed_rrset.h>

Public Attributes | |
| struct packed_rrset_key * | k |
| struct packed_rrset_data * | d |
An RRset can be represented using both key and data together. Split into key and data structures to simplify implementation of caching schemes.
Definition at line 266 of file packed_rrset.h.
| struct packed_rrset_data* packed_rrset::d |
ttl, count and rdatas (and rrsig)
Definition at line 270 of file packed_rrset.h.
| struct packed_rrset_key* packed_rrset::k |
domain name, type and class
Definition at line 268 of file packed_rrset.h.