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

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h

Issue 2999073002: Tweaked version of BBR for WebRTC. (Closed)
Patch Set: Fixed compilation errors. Created 3 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/estimators/congestion_window.h
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
index b9b2300d1934c55b80db60234aa97172fe070362..9540ed1db3c58bb124f8cc4f18aeb56a05e1cdab 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
@@ -23,7 +23,7 @@ class CongestionWindow {
public:
// Size of congestion window while in PROBE_RTT mode, suggested by BBR's
// source code of QUIC's implementation.
philipel 2017/08/17 12:52:27 Is this comment still correct? Or was in incorrect
gnish1 2017/08/17 15:37:49 Done.
- static const int kMinimumCongestionWindowBytes = 4000;
+ static const int kMinimumCongestionWindowBytes = 4800;
CongestionWindow();
~CongestionWindow();

Powered by Google App Engine
This is Rietveld 408576698