Searched refs:attempts_ (Results 1 – 2 of 2) sorted by relevance
116 relay_token_(relay_token), agent_(user_agent), attempts_(0) { in HttpPortAllocatorSessionBase()146 if (attempts_ == HttpPortAllocatorBase::kNumRetries) { in TryCreateRelaySession()158 std::string host = relay_hosts_[attempts_ % relay_hosts_.size()]; in TryCreateRelaySession()159 attempts_++; in TryCreateRelaySession()
136 int attempts_; variable