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

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

Issue 2504023002: Implement periodic bandwidth probing in application-limited region. (Closed)
Patch Set: address feedback Created 4 years, 1 month 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/include/congestion_controller.h
diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h
index 8663489d54903d2b33c42baf5e72f20ee22f6ee7..0bde0a0987c35e4ac4a2557dd78c3f27b46af82b 100644
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h
@@ -82,6 +82,7 @@ class CongestionController : public CallStatsObserver, public Module {
virtual PacketRouter* packet_router() { return packet_router_.get(); }
virtual TransportFeedbackObserver* GetTransportFeedbackObserver();
RateLimiter* GetRetransmissionRateLimiter();
+ void EnablePeriodicProbing(bool enable);
philipel 2016/11/21 12:05:42 EnablePeriodicAlrProbing
Sergey Ulanov 2016/11/21 19:28:18 Done.
// SetAllocatedSendBitrateLimits sets bitrates limits imposed by send codec
// settings.

Powered by Google App Engine
This is Rietveld 408576698