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

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

Issue 2309613002: Change flags up to the state at Fri Sep 2 21:57:45 EDT 2016 (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | 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 778dbecb93e93c543b24497646805212e0a7fc98..a95ea5c71fbf815402ab15a617326fcc35fc8706 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -90,7 +90,7 @@ QUIC_FLAG(bool, FLAGS_quic_enable_version_35, true)
QUIC_FLAG(bool, FLAGS_quic_enable_version_36, true)
// If true, enables QUIC_VERSION_36.
-QUIC_FLAG(bool, FLAGS_quic_enable_version_36_v2, false)
+QUIC_FLAG(bool, FLAGS_quic_enable_version_36_v2, true)
// If true, use async codepaths to invoke ProofSource::GetProof.
QUIC_FLAG(bool, FLAGS_enable_async_get_proof, false)
@@ -129,10 +129,10 @@ QUIC_FLAG(bool, FLAGS_quic_remove_v33_hacks, true)
// If true, use the CHLO packet size, not message size when determining how
// large a REJ can be.
-QUIC_FLAG(bool, FLAGS_quic_use_chlo_packet_size, false)
+QUIC_FLAG(bool, FLAGS_quic_use_chlo_packet_size, true)
// If true, defer creation of new connection till its CHLO arrives.
-QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, false)
+QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, true)
// If true, the connection will check whether it is application-limited, and
// notify the congestion controller about it.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698