OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attempts_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/client/
httpportallocator.cc
116
relay_token_(relay_token), agent_(user_agent),
attempts_
(0) {
146
if (
attempts_
== HttpPortAllocatorBase::kNumRetries) {
158
std::string host = relay_hosts_[
attempts_
% relay_hosts_.size()];
159
attempts_
++;
httpportallocator.h
136
int
attempts_
;
member in class:cricket::HttpPortAllocatorSessionBase
Completed in 53 milliseconds