Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: webrtc/p2p/base/p2ptransportchannel.cc

Issue 2041593002: Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Mark a route as disconnect if it is not ready to send media Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/p2p/base/p2ptransportchannel.cc
diff --git a/webrtc/p2p/base/p2ptransportchannel.cc b/webrtc/p2p/base/p2ptransportchannel.cc
index fc1f0a4e6769ee96ce28f851d0f7cbc368fbf69c..d183a235ac691f7e091b623b69cfe7aad5499b1f 100644
--- a/webrtc/p2p/base/p2ptransportchannel.cc
+++ b/webrtc/p2p/base/p2ptransportchannel.cc
@@ -1188,6 +1188,7 @@ void P2PTransportChannel::SwitchBestConnectionTo(Connection* conn) {
} else {
LOG_J(LS_INFO, this) << "No best connection";
}
+
// TODO(honghaiz): rename best_connection_ with selected_connection_ or
// selected_candidate pair_.
SignalSelectedCandidatePairChanged(this, best_connection_,

Powered by Google App Engine
This is Rietveld 408576698