| 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 56c7420a4e487620eebf817f0ac66c553bb38d91..2b156882d916b20c64618a26509a17333421d0e8 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -219,3 +219,7 @@ QUIC_FLAG(bool, FLAGS_quic_enable_version_40, false)
|
|
|
| // If true, use the more CPU efficient bandwidth sampler datastructure.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_faster_bandwidth_sampler, false)
|
| +
|
| +// In QUIC, notify StreamNotifier instead of per-packet AckNotifier on
|
| +// every ack or retransmitted.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_stream_notifier, false)
|
|
|