Chromium Code Reviews| Index: net/quic/core/quic_flags_list.h |
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
| index 5271ba94420549c5fe6e8bb9317d68d086a46e74..b8251f85ffb6ee0fb8e7233c0c4ae537aa99abb5 100644 |
| --- a/net/quic/core/quic_flags_list.h |
| +++ b/net/quic/core/quic_flags_list.h |
| @@ -106,7 +106,7 @@ QUIC_FLAG(bool, FLAGS_quic_limit_num_new_sessions_per_epoll_loop, false) |
| // If true, lazy allocate and early release memeory used in |
| // QuicStreamSequencerBuffer to buffer incoming data. |
| -QUIC_FLAG(bool, FLAGS_quic_reduce_sequencer_buffer_memory_life_time, true) |
|
Ryan Hamilton
2016/09/20 22:25:50
Can you ping danzh? IIRC she's doing some chrome-s
Jana
2016/09/20 23:12:51
Will do.
|
| +QUIC_FLAG(bool, FLAGS_quic_reduce_sequencer_buffer_memory_life_time, false) |
| // If true, allow server address change if it is because of mapped ipv4 address. |
| QUIC_FLAG(bool, FLAGS_quic_allow_server_address_change_for_mapped_ipv4, true) |
| @@ -123,11 +123,11 @@ QUIC_FLAG(bool, FLAGS_quic_packet_numbers_largest_received, true) |
| QUIC_FLAG(bool, FLAGS_quic_only_5rto_client_side, true) |
| // If true, QUIC server push will enabled by default. |
| -QUIC_FLAG(bool, FLAGS_quic_enable_server_push_by_default, true) |
| +QUIC_FLAG(bool, FLAGS_quic_enable_server_push_by_default, false) |
| // Only inform the QuicSentPacketManager of packets that were sent, |
| // not those that we tried to send. |
| -QUIC_FLAG(bool, FLAGS_quic_only_track_sent_packets, true) |
| +QUIC_FLAG(bool, FLAGS_quic_only_track_sent_packets, false) |
| // If true, connection is closed when packet generator is trying to |
| // add a frame which alone cannot fit into a packet. |