Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 39296bbdb863a3be3fe568b15b826ca97df8380d..e97f8d52e175e8c2e8be362a8da8dd66215c9cca 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -130,3 +130,6 @@ bool FLAGS_quic_new_blocked_list = true; |
// If true, use inplace encryption for QUIC. |
bool FLAGS_quic_inplace_encryption = true; |
+ |
+// If true, drop not awaited QUIC packets before decrypting them. |
+bool FLAGS_quic_drop_non_awaited_packets = false; |