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

Unified Diff: webrtc/modules/congestion_controller/probe_controller.h

Issue 2714503002: Perform probing on network route change. (Closed)
Patch Set: SendTimeHistoryTest.Clear fix. Created 3 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/modules/congestion_controller/probe_controller.h
diff --git a/webrtc/modules/congestion_controller/probe_controller.h b/webrtc/modules/congestion_controller/probe_controller.h
index a4201e63b56bb58c629ef5c1991858a021ffb190..ccce7d3ec6c1d75147529f9181bf1dc04a48f404 100644
--- a/webrtc/modules/congestion_controller/probe_controller.h
+++ b/webrtc/modules/congestion_controller/probe_controller.h
@@ -37,6 +37,11 @@ class ProbeController {
void SetEstimatedBitrate(int64_t bitrate_bps);
void EnablePeriodicAlrProbing(bool enable);
+
+ // Resets the ProbeController to a state equivalent to as if it was just
+ // created EXCEPT for |enable_periodic_alr_probing_|.
+ void Reset();
+
void Process();
private:

Powered by Google App Engine
This is Rietveld 408576698