Home
last modified time | relevance | path

Searched refs:dnsconf (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_dns_tracker.cc64 auto &dnsconf = get_config()->dns; in make_entry() local
73 ent.expiry = ev_now(loop_) + dnsconf.timeout.cache; in make_entry()
87 auto &dnsconf = get_config()->dns; in update_entry() local
94 ent.expiry = ev_now(loop_) + dnsconf.timeout.cache; in update_entry()
267 auto &dnsconf = get_config()->dns; in add_to_qlist() local
271 ent.expiry = ev_now(loop) + dnsconf.timeout.cache; in add_to_qlist()
Dshrpx_dns_resolver.cc153 auto &dnsconf = get_config()->dns; in resolve() local
158 opts.timeout = static_cast<int>(dnsconf.timeout.lookup * 1000); in resolve()
159 opts.tries = dnsconf.max_try; in resolve()
Dshrpx.cc1615 auto &dnsconf = config->dns; in fill_default_config() local
1617 auto &timeoutconf = dnsconf.timeout; in fill_default_config()
1621 dnsconf.max_try = 2; in fill_default_config()