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

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

Issue 2322413002: Update flags and remove obsolete flags. (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 | net/tools/quic/quic_simple_crypto_server_stream_helper.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 84d3ce08dd755eace5d7baf18d721250b77f5847..93bea9e1c34114fa7626b5ade0b460d3b8976062 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -7,10 +7,6 @@
// This file contains the list of QUIC protocol flags.
-// If true, it will return as soon as an error is detected while validating
-// CHLO.
-QUIC_FLAG(bool, FLAGS_use_early_return_when_verifying_chlo, true)
-
// If true, QUIC BBR congestion control may be enabled via Finch and/or via QUIC
// connection options.
QUIC_FLAG(bool, FLAGS_quic_allow_bbr, false)
@@ -60,10 +56,6 @@ QUIC_FLAG(bool, FLAGS_quic_disable_pacing_for_perf_tests, false)
// of < 10 packets.
QUIC_FLAG(bool, FLAGS_quic_no_lower_bw_resumption_limit, true)
-// Only set one alarm for sending at once, either the send alarm or
-// retransmission alarm. Disabled because it breaks QUIC time loss detection.
-QUIC_FLAG(bool, FLAGS_quic_only_one_sending_alarm, false)
-
// If true, QUIC public reset packets will have the \"pre-v33\" public header
// flags.
QUIC_FLAG(bool, FLAGS_quic_use_old_public_reset_packets, true)
@@ -136,7 +128,7 @@ QUIC_FLAG(bool, FLAGS_quic_enable_app_limited_check, true)
QUIC_FLAG(bool, FLAGS_quic_simple_packet_number_length_2, true)
// If true, disables QUIC version less than 32.
-QUIC_FLAG(bool, FLAGS_quic_disable_pre_32, false)
+QUIC_FLAG(bool, FLAGS_quic_disable_pre_32, true)
// If true, QUIC will enforce the MTU limit for connections that may require a
// small MTU.
« no previous file with comments | « no previous file | net/tools/quic/quic_simple_crypto_server_stream_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698