Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.cc945 Connection* top_connection = NULL; in SortConnections() local
947 top_connection = connections_[0]; in SortConnections()
955 if (ShouldSwitch(best_connection_, top_connection)) in SortConnections()
956 SwitchBestConnectionTo(top_connection); in SortConnections()