| 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 358a4ea8b36e1a46c9a6b192b57d58c13623871c..9a738da2f708e5bb92f75bd5245cba4d2da51a51 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -65,19 +65,12 @@ QUIC_FLAG(bool,
|
| // If true, re-enables QUIC_VERSION_36.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_36_v3, true)
|
|
|
| -// If true, use async codepaths to invoke ProofSource::GetProof.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_enable_async_get_proof, true)
|
| -
|
| // If true, only open limited number of quic sessions per epoll event. Leave the
|
| // rest to next event.
|
| QUIC_FLAG(bool,
|
| FLAGS_quic_reloadable_flag_quic_limit_num_new_sessions_per_epoll_loop,
|
| true)
|
|
|
| -// Only close the connection on the 5th RTO client side when the 5RTO option
|
| -// is enabled.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_only_5rto_client_side, false)
|
| -
|
| // If true, QUIC server push will enabled by default.
|
| QUIC_FLAG(bool,
|
| FLAGS_quic_reloadable_flag_quic_enable_server_push_by_default,
|
| @@ -136,13 +129,6 @@ QUIC_FLAG(
|
| FLAGS_quic_reloadable_flag_quic_headers_stream_release_sequencer_buffer,
|
| true)
|
|
|
| -// Set the retransmission alarm only when there are unacked
|
| -// retransmittable packets.
|
| -QUIC_FLAG(
|
| - bool,
|
| - FLAGS_quic_reloadable_flag_quic_more_conservative_retransmission_alarm,
|
| - true)
|
| -
|
| // Enable QUIC force HOL blocking experiment.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_force_hol_blocking, true)
|
|
|
| @@ -173,7 +159,7 @@ QUIC_FLAG(bool,
|
|
|
| // If true, QUIC cubic code will use the event time when adjusting CWND after an
|
| // ACK instead of the clock\'s current approximate time.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_event_time, false)
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_event_time, true)
|
|
|
| // If true, lazy allocate and early release memeory used in
|
| // QuicStreamSequencerBuffer to buffer incoming data.
|
|
|