Searched refs:dnsconf (Results 1 – 3 of 3) sorted by relevance
64 auto &dnsconf = get_config()->dns; in make_entry() local73 ent.expiry = ev_now(loop_) + dnsconf.timeout.cache; in make_entry()87 auto &dnsconf = get_config()->dns; in update_entry() local94 ent.expiry = ev_now(loop_) + dnsconf.timeout.cache; in update_entry()267 auto &dnsconf = get_config()->dns; in add_to_qlist() local271 ent.expiry = ev_now(loop) + dnsconf.timeout.cache; in add_to_qlist()
153 auto &dnsconf = get_config()->dns; in resolve() local158 opts.timeout = static_cast<int>(dnsconf.timeout.lookup * 1000); in resolve()159 opts.tries = dnsconf.max_try; in resolve()
1615 auto &dnsconf = config->dns; in fill_default_config() local1617 auto &timeoutconf = dnsconf.timeout; in fill_default_config()1621 dnsconf.max_try = 2; in fill_default_config()