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

Unified Diff: net/quic/quic_flags.cc

Issue 1983183002: Landing Recent QUIC changes until 5/14/2016 02:25:25 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "first try to fix link error for win_clang build" Created 4 years, 7 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/quic_flags.h ('k') | net/quic/quic_flow_controller_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index f2f7bcd6725d3a29ab9b316d59c470effd06c273..fcf8c458acafd10b22d45329558524382ae5f321 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -102,9 +102,6 @@ bool FLAGS_quic_sslr_limit_reduction = true;
// Simplify QUIC's loss detection by combining time and nack based portions.
bool FLAGS_quic_simplify_loss_detection = true;
-// If true, do not check HasUnackedPackets on retransmission timeout.
-bool FLAGS_quic_always_has_unacked_packets_on_timeout = true;
-
// If true, respect any configured max pacing rate.
bool FLAGS_quic_max_pacing_rate = true;
@@ -129,3 +126,15 @@ bool FLAGS_quic_loss_recovery_use_largest_acked = true;
// Only set one alarm for sending at once, either the send alarm or
// retransmission alarm.
bool FLAGS_quic_only_one_sending_alarm = true;
+
+// If true, the hash of the CHLO message will be used in the proof generated for
+// an SCUP message.
+bool FLAGS_quic_use_hash_in_scup = true;
+
+// If true, consider receiving crypto frame on non crypto stream as memory
+// corruption.
+bool FLAGS_quic_detect_memory_corrpution = true;
+
+// If true, QUIC public reset packets will have the \"pre-v33\" public header
+// flags.
+bool FLAGS_quic_use_old_public_reset_packets = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_flow_controller_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698