Home | History | Annotate | Download | only in client

Lines Matching refs:relay

434         // No relay ports specified in this config.
766 // NOTE: This will even skip a _different_ set of relay servers if we
769 // single relay server in each one.
793 "Udp", "Relay", "Tcp", "SslTcp"
961 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping.";
965 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
966 // ought to have a relay list for them here.
970 << "AllocationSequence: No relay server configured, skipping.";
974 PortConfiguration::RelayList::const_iterator relay;
975 for (relay = config_->relays.begin();
976 relay != config_->relays.end(); ++relay) {
977 if (relay->type == RELAY_GTURN) {
978 CreateGturnPort(*relay);
979 } else if (relay->type == RELAY_TURN) {
980 CreateTurnPort(*relay);
1130 const RelayServerConfig& relay, ProtocolType type) const {
1132 for (relay_port = relay.ports.begin();
1133 relay_port != relay.ports.end();