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

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

Issue 2999073002: Tweaked version of BBR for WebRTC. (Closed)
Patch Set: Updated according to comments. 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..105a748d63e8a857a0d3e6a629e9212b1c3aa57c 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
@@ -21,10 +21,6 @@ namespace testing {
namespace bwe {
class CongestionWindow {
public:
- // Size of congestion window while in PROBE_RTT mode, suggested by BBR's
- // source code of QUIC's implementation.
- static const int kMinimumCongestionWindowBytes = 4000;
-
CongestionWindow();
~CongestionWindow();
int GetCongestionWindow(BbrBweSender::Mode mode,

Powered by Google App Engine
This is Rietveld 408576698