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

Unified Diff: net/quic/quic_flags.cc

Issue 1986793002: Generate QUIC public reset packets with old public flags values, protected by FLAG_quic_use_old_pub… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122153221
Patch Set: 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_framer.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 aaa0db2503e91ac99eb7f1cc3b0d80ed730b8f73..fcf8c458acafd10b22d45329558524382ae5f321 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -134,3 +134,7 @@ 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_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698