| Index: net/http/http_network_session.cc
|
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
|
| index 8d82f8f67eb6797680689abda529f5c66fa83558..6221562a9ffe2e4c7d52a32d47fcbbde2dc441ee 100644
|
| --- a/net/http/http_network_session.cc
|
| +++ b/net/http/http_network_session.cc
|
| @@ -104,8 +104,8 @@
|
| quic_enable_non_blocking_io(false),
|
| quic_disable_disk_cache(false),
|
| quic_prefer_aes(false),
|
| - quic_max_number_of_lossy_connections(4),
|
| - quic_packet_loss_threshold(0.5f),
|
| + quic_max_number_of_lossy_connections(0),
|
| + quic_packet_loss_threshold(1.0f),
|
| quic_socket_receive_buffer_size(kQuicSocketReceiveBufferSize),
|
| quic_clock(NULL),
|
| quic_random(NULL),
|
|
|