| 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 43a972e26f21e5be96e73fcf5f4505693d6c35d7..394b388ca88157324f684ee093833ef0d83b38c7 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -223,3 +223,6 @@ QUIC_FLAG(double, FLAGS_quic_bbr_slow_delivery_threshold_multiplier, 0.5f)
|
| QUIC_FLAG(bool,
|
| FLAGS_quic_reloadable_flag_quic_final_offset_from_trailers,
|
| false)
|
| +
|
| +// Fix the algorithm used by packet conservation.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_fix_conservation, false)
|
|
|