Home
last modified time | relevance | path

Searched refs:attempts_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.cc116 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()
Dhttpportallocator.h136 int attempts_; variable