Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.cc65 auto &dnsconf = get_config()->dns; in make_entry() local
75 util::duration_from(dnsconf.timeout.cache); in make_entry()
89 auto &dnsconf = get_config()->dns; in update_entry() local
97 util::duration_from(dnsconf.timeout.cache); in update_entry()
270 auto &dnsconf = get_config()->dns; in add_to_qlist()
275 util::duration_from(dnsconf.timeout.cache); in add_to_qlist()
H A 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()
H A Dshrpx.cc2179 auto &dnsconf = config->dns; in fill_default_config() local
2181 auto &timeoutconf = dnsconf.timeout; in fill_default_config()
2185 dnsconf.max_try = 2; in fill_default_config()

Completed in 9 milliseconds