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; |