Home
last modified time | relevance | path

Searched refs:max_backoff (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_connect_blocker.cc92 std::min(downstreamconf.timeout.max_backoff, base_backoff + dist(gen_)); in on_failure()
Dshrpx_live_check.cc184 std::min(downstreamconf.timeout.max_backoff, base_backoff + dist(gen_)); in schedule()
Dshrpx_config.h1008 ev_tstamp max_backoff; member
Dshrpx.cc2042 timeoutconf.max_backoff = 120_s; in fill_default_config()
2601 << util::duration_str(config->conn.downstream->timeout.max_backoff) << R"( in print_help()
Dshrpx_config.cc3797 return parse_duration(&config->conn.downstream->timeout.max_backoff, opt, in parse_config()