Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2681793002: Landing Recent QUIC changes until 5:30 PM, Feb 3, 2017 UTC-5 (Closed)
Patch Set: sync and rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_crypto_stream_test.cc ('k') | net/quic/core/quic_framer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « net/quic/core/quic_crypto_stream_test.cc ('k') | net/quic/core/quic_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698