| Index: net/quic/congestion_control/send_algorithm_interface.cc
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.cc b/net/quic/congestion_control/send_algorithm_interface.cc
|
| index 90399e7d05b80d8e9d01de91d4f73056893b3014..a6399ad53a8688e7bb4e91b66c14731b2d8ee35f 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.cc
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.cc
|
| @@ -11,10 +11,8 @@
|
| namespace net {
|
|
|
| const bool kUseReno = false;
|
| -// TODO(ianswett): Increase the max congestion window once the RTO logic is
|
| -// improved, particularly in cases when RTT is larger than the RTO. b/10075719
|
| // Maximum number of outstanding packets for tcp.
|
| -const QuicTcpCongestionWindow kMaxTcpCongestionWindow = 100;
|
| +const QuicTcpCongestionWindow kMaxTcpCongestionWindow = 200;
|
|
|
| // Factory for send side congestion control algorithm.
|
| SendAlgorithmInterface* SendAlgorithmInterface::Create(
|
|
|