Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index f4418db2a05d219585a124d9118f166b003cb450..2d437d703dec78c338a996f3fbd0c3a44abbb59a 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -57,3 +57,7 @@ bool FLAGS_quic_allow_bbr = false; |
// If true, truncate QUIC connection IDs if the client requests it. |
bool FLAGS_allow_truncated_connection_ids_for_quic = false; |
+ |
+// If true, close the connection when there are too many outstanding QUIC |
+// packets in the sent or received packet managers. |
+bool FLAGS_quic_too_many_outstanding_packets = false; |