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

Unified Diff: webrtc/p2p/base/dtlstransportchannel.h

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/dtlstransportchannel.h
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
index a58b1a0f6b8de695cbe1ce5c5192b50a74f8ccf4..18fad442e4d4345f922fced06a9388a3f7933f43 100644
--- a/webrtc/p2p/base/dtlstransportchannel.h
+++ b/webrtc/p2p/base/dtlstransportchannel.h
@@ -216,6 +216,8 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
const Candidates& candidates);
void OnRoleConflict(TransportChannelImpl* channel);
void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
+ void OnBestConnectionChanged(TransportChannel* channel,
+ Connection* best_connection);
pthatcher1 2016/03/24 18:46:37 I think we should move away from calling these "be
honghaiz3 2016/03/24 22:37:12 Done.
void OnConnectionRemoved(TransportChannelImpl* channel);
void Reconnect();

Powered by Google App Engine
This is Rietveld 408576698