| Index: net/quic/quic_config.cc
|
| diff --git a/net/quic/quic_config.cc b/net/quic/quic_config.cc
|
| index a79f05295a426265e50fdca36c098d806fef3fd6..152da46a80f062b24fb97ac8b885a2506e5eb358 100644
|
| --- a/net/quic/quic_config.cc
|
| +++ b/net/quic/quic_config.cc
|
| @@ -332,7 +332,7 @@ void QuicConfig::SetDefaults() {
|
| kDefaultMaxStreamsPerConnection);
|
| max_time_before_crypto_handshake_ = QuicTime::Delta::FromSeconds(
|
| kDefaultMaxTimeForCryptoHandshakeSecs);
|
| - server_initial_congestion_window_.set(kMaxInitialWindow,
|
| + server_initial_congestion_window_.set(kDefaultInitialWindow,
|
| kDefaultInitialWindow);
|
| }
|
|
|
|
|