unbound 0.1
|
Lameness information. More...
#include <infra.h>
Data Fields | |
uint32_t | ttl |
TTL of this entry. | |
int | isdnsseclame |
is the host lame (does not serve the zone authoritatively), or is the host dnssec lame (does not serve DNSSEC data) | |
int | rec_lame |
is the host recursion lame (not AA, but RA) | |
int | lame_type_A |
the host is lame (not authoritative) for A records | |
int | lame_other |
the host is lame (not authoritative) for other query types |
Lameness information.
Expires. This host is lame because it is in the cache.
uint32_t infra_lame_data::ttl |