#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 | 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 |
Expires. This host is lame because it is in the cache.
uint32_t infra_lame_data::ttl |