| 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 4fecfd0b39a61e7557210b15f1cb3376b4df2156..01ca2cc35d80924dd58784f34f555596d8a6df3f 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -181,3 +181,8 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_ack_spacing2, false)
|
| // If true, 8-byte connection ID in public header is read and written in big
|
| // endian.
|
| QUIC_FLAG(bool, FLAGS_quic_restart_flag_quic_big_endian_connection_id, false)
|
| +
|
| +// If true, QUIC BBR stores a max filtered number of bytes delivered at a rate
|
| +// faster than the sending rate.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_ack_aggregation_bytes,
|
| + false)
|
|
|