| 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 6e8e242461a08e1eb58aaf96353913bb991f24f5..56c7860332eed01f94bf780b56bd91632bac1c85 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -156,7 +156,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_39, true)
|
| // written in big endian.
|
| QUIC_FLAG(bool,
|
| FLAGS_quic_restart_flag_quic_big_endian_connection_id_client,
|
| - false)
|
| + true)
|
|
|
| // If true, on server side, 8-byte connection ID in public header is read and
|
| // written in big endian.
|
| @@ -170,7 +170,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_fix_adaptive_time_loss, false)
|
|
|
| // If true, enable random padding of size [1, 256] when response body is
|
| // compressed for QUIC version >= 38.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_random_padding, false)
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_random_padding, true)
|
|
|
| // Use conservation in PROBE_BW ouside of super-unity gain and immediately
|
| // preceeding cycle.
|
|
|