Home | History | Annotate | Download | only in p2p

Lines Matching refs:relays

156   if (allocator_->config_.relays.empty())
161 allocator_->config_.relays[0];
265 for (size_t i = 0; i < config.relays.size(); ++i) {
266 cricket::RelayCredentials credentials(config.relays[i].username,
267 config.relays[i].password);
270 if (!cricket::StringToProto(config.relays[i].transport_type.c_str(),
273 << config.relays[i].server_address << ". "
275 << config.relays[i].transport_type
281 talk_base::SocketAddress(config.relays[i].server_address,
282 config.relays[i].port),
284 config.relays[i].secure));