Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc1008 Connection* top_connection = in SortConnections() local
1014 if (ShouldSwitch(best_connection_, top_connection, ice_role_)) { in SortConnections()
1015 LOG(LS_INFO) << "Switching best connection: " << top_connection->ToString(); in SortConnections()
1016 SwitchBestConnectionTo(top_connection); in SortConnections()