| 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 0357d7b2a6e2804c1a715c2a7912736372d70841..121b5af397dc16fcf3a0100f058ed8ef5940a6cf 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -120,11 +120,6 @@ QUIC_FLAG(double, FLAGS_quic_bbr_rtt_variation_weight, 0.0f)
|
| // Congestion window gain for QUIC BBR during PROBE_BW phase.
|
| QUIC_FLAG(double, FLAGS_quic_bbr_cwnd_gain, 2.0f)
|
|
|
| -// If true, bidi streaming is always enabled in QUIC.
|
| -QUIC_FLAG(bool,
|
| - FLAGS_quic_reloadable_flag_quic_always_enable_bidi_streaming,
|
| - true)
|
| -
|
| // If true, allows the 1RTT and 2RTT connection options to reduce the time
|
| // in BBR STARTUP to 1 or 2 RTTs with no bandwidth increase from 3.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_allow_2_rtt_bbr_startup, true)
|
|
|