Structure containing all EDNS strings. More...
#include <edns.h>
Data Fields | |
rbtree_type | client_strings |
Tree of EDNS client strings to use in upstream queries, per address prefix. More... | |
uint16_t | client_string_opcode |
EDNS opcode to use for client strings. | |
struct regional * | region |
region to allocate tree nodes in | |
Structure containing all EDNS strings.
rbtree_type edns_strings::client_strings |
Tree of EDNS client strings to use in upstream queries, per address prefix.
Contains nodes of type edns_string_addr.
Referenced by edns_strings_apply_cfg(), and outnet_serviced_query().