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

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/bwe.h

Issue 2201093006: Tune BWE to be more sensitive on low capacity networks. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Tests passing. 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/remote_bitrate_estimator/test/bwe.h
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
index fc3018f9967d4c979e9665ce62b2230ba7df2b58..b811773eec7b87c275bd8b70f20c21b3dec3ee27 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
@@ -109,7 +109,7 @@ class LinkedSet {
std::list<PacketIdentifierNode*> list_;
};
-const int kMinBitrateKbps = 50;
+const int kMinBitrateKbps = 10;
const int kMaxBitrateKbps = 2500;
class BweSender : public Module {

Powered by Google App Engine
This is Rietveld 408576698