Chromium Code Reviews| Index: net/http/http_network_session.cc |
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc |
| index 3b23e113d3a8ea681c136ca3f436488fa1016333..cc8d57b2ef95ca44998d313c79601bda60e85d0b 100644 |
| --- a/net/http/http_network_session.cc |
| +++ b/net/http/http_network_session.cc |
| @@ -103,8 +103,8 @@ HttpNetworkSession::Params::Params() |
| quic_enable_non_blocking_io(false), |
| quic_disable_disk_cache(false), |
| quic_prefer_aes(false), |
| - quic_max_number_of_lossy_connections(0), |
| - quic_packet_loss_threshold(1.0f), |
| + quic_max_number_of_lossy_connections(4), |
| + quic_packet_loss_threshold(0.5f), |
|
Ryan Hamilton
2015/09/08 17:53:41
Do you need to change io_thread_unittests.cc to re
ramant (doing other things)
2015/09/08 19:46:10
Done.
|
| quic_socket_receive_buffer_size(kQuicSocketReceiveBufferSize), |
| quic_clock(NULL), |
| quic_random(NULL), |