#include <infra.h>
Data Fields | |
| uint32_t | ttl |
| TTL value for this entry. | |
| struct rtt_info | rtt |
| round trip times for timeout calculation | |
| struct lruhash * | lameness |
| Names of the zones that are lame. | |
| int | edns_version |
| edns version that the host supports, -1 means no EDNS | |
| uint32_t infra_host_data::ttl |
TTL value for this entry.
absolute time.
Referenced by infra_edns_update(), infra_get_lame_rtt(), infra_host(), infra_lookup_host(), infra_rtt_update(), infra_test(), and new_host_entry().
struct lruhash* infra_host_data::lameness [read] |
Names of the zones that are lame.
NULL=no lame zones.
Referenced by count_host_lame(), infra_host_deldatafunc(), infra_lookup_lame(), infra_set_lame(), and new_host_entry().
1.5.6