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

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

Issue 2569703003: Flip quic flags by 12/12/2016 18:30 PST (Closed)
Patch Set: Created 4 years 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 5939950077da3b1dcc5c3bbe4d2224fa36dacc40..9bed32d0505fff2e252d0b2b1a9e2f4af4c185f7 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -89,7 +89,7 @@ QUIC_FLAG(bool, FLAGS_quic_release_crypto_stream_buffer, true)
// Use a more conservative backoff of 2x instead of 1.5x for handshake
// retransmissions, as well as a larger minimum.
-QUIC_FLAG(bool, FLAGS_quic_conservative_handshake_retransmits, true)
+QUIC_FLAG(bool, FLAGS_quic_conservative_handshake_retransmits, false)
// If true, buffer packets while parsing public headers instead of parsing down
// if CHLO is already buffered.
@@ -101,7 +101,7 @@ QUIC_FLAG(bool, FLAGS_quic_buffer_packets_after_chlo, false)
QUIC_FLAG(bool, FLAGS_quic_receive_packet_once_decrypted, false)
// If true, enable the Lazy FACK style loss detection in QUIC.
-QUIC_FLAG(bool, FLAGS_quic_enable_lazy_fack, true)
+QUIC_FLAG(bool, FLAGS_quic_enable_lazy_fack, false)
Ryan Hamilton 2016/12/13 03:55:09 These two flag fips are disabling flags. Can you c
Zhongyi Shi 2016/12/13 05:00:27 Yup. The internal bug 33307008 shows these two fla
// If true, do not override a connection in global map if exists. Only create
// QUIC session if it is successfully inserted to the global map. Toss the
« 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