Home
last modified time | relevance | path

Searched refs:fail_count_ (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_connect_blocker.cc49 fail_count_(0), in ConnectBlocker()
64 fail_count_ = 0; in on_success()
82 ++fail_count_; in on_failure()
85 util::int_pow(MULTIPLIER, std::min(MAX_BACKOFF_EXP, fail_count_)); in on_failure()
94 LOG(WARN) << "Could not connect " << fail_count_ in on_failure()
101 size_t ConnectBlocker::get_fail_count() const { return fail_count_; } in get_fail_count()
124 fail_count_ = 0; in online()
H A Dshrpx_live_check.cc120 fail_count_(0),
177 util::int_pow(MULTIPLIER, std::min(fail_count_, MAX_BACKOFF_EXP)); in schedule()
663 ++fail_count_; in on_failure()
667 << " failed " << fail_count_ << " time(s) in a row"; in on_failure()
677 fail_count_ = 0; in on_success()
697 fail_count_ = 0; in on_success()
H A Dshrpx_connect_blocker.h79 size_t fail_count_; member in shrpx::ConnectBlocker
H A Dshrpx_live_check.h116 size_t fail_count_; member in shrpx::LiveCheck

Completed in 2 milliseconds