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

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

Issue 1803063004: Reset the BWE when the network changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Updated comments Created 4 years, 9 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 e0428d638312b464ce9bc0fc72fdd3f3bfd669b5..428d01bdddc9f762c1b319d52c5d3d2d7a94a1fa 100644
--- a/webrtc/p2p/base/p2ptransportchannel.cc
+++ b/webrtc/p2p/base/p2ptransportchannel.cc
@@ -1165,6 +1165,7 @@ void P2PTransportChannel::SwitchBestConnectionTo(Connection* conn) {
} else {
LOG_J(LS_INFO, this) << "No best connection";
}
+ SignalBestConnectionChanged(this, best_connection_);
pthatcher1 2016/03/24 18:46:37 It would be nice to call this selected_connection_
honghaiz3 2016/03/24 22:37:12 I added a TODO here, will make that change in a se
}
// Warning: UpdateState should eventually be called whenever a connection

Powered by Google App Engine
This is Rietveld 408576698