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

Unified Diff: webrtc/modules/congestion_controller/probe_bitrate_estimator.cc

Issue 2269993002: Now probe for x3 and x6 the initial start bitrate. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 4 years, 4 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_bitrate_estimator.cc
diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
index e8bcfbd984a6bdbafb98972bc7b2a059e43d7862..c69bd1a429da5b0eb3e867644d4eaf5b97706cf1 100644
--- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
+++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
@@ -20,7 +20,7 @@ namespace {
constexpr int kMinNumProbesValidCluster = 4;
// The maximum (receive rate)/(send rate) ratio for a valid estimate.
-constexpr float kValidRatio = 1.2f;
+constexpr float kValidRatio = 2.0f;
// The maximum time period over which the cluster history is retained.
// This is also the maximum time period beyond which a probing burst is not

Powered by Google App Engine
This is Rietveld 408576698