| 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 ebdba961fef3d749706f7067ac0122ced1bc014c..57c687993251135a4c3c77a41af6672fbee57323 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -151,3 +151,6 @@ QUIC_FLAG(bool, FLAGS_quic_bbr_faster_startup, true)
|
| // If true, GFE sends SETTINGS_MAX_HEADER_LIST_SIZE to the client at the
|
| // beginning of a connection.
|
| QUIC_FLAG(bool, FLAGS_quic_send_max_header_list_size, true)
|
| +
|
| +// If true, fix quantization of CubicBytes while performing convex increases.
|
| +QUIC_FLAG(bool, FLAGS_quic_fix_cubic_bytes_quantization, false)
|
|
|