Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.cc84 relay_hosts_.push_back("relay.google.com"); in HttpPortAllocatorBase()
93 relay_hosts_.push_back("relay.google.com"); in HttpPortAllocatorBase()
115 relay_hosts_(relay_hosts), stun_hosts_(stun_hosts), in HttpPortAllocatorSessionBase()
152 if (relay_hosts_.size() == 0) { in TryCreateRelaySession()
158 std::string host = relay_hosts_[attempts_ % relay_hosts_.size()]; in TryCreateRelaySession()
Dhttpportallocator.h65 relay_hosts_ = hosts; in SetRelayHosts()
75 return relay_hosts_; in relay_hosts()
88 std::vector<std::string> relay_hosts_; variable
132 std::vector<std::string> relay_hosts_;