| 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.
|
| - static const int kMinimumCongestionWindowBytes = 4000;
|
| + static const int kMinimumCongestionWindowBytes = 4800;
|
|
|
| CongestionWindow();
|
| ~CongestionWindow();
|
|
|