Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 49084f73d0a5559d50cc8a3567f40aa61ee832d6..7025e3320f156ead0870e9d0c173d88ae0ab6c6d 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -38,3 +38,7 @@ bool FLAGS_quic_use_bbr_congestion_control = false; |
// If true, only times out QUIC connections when there has been network |
// activity; packets sent or received. |
bool FLAGS_quic_timeouts_require_activity = false; |
+ |
+// If true, the server will accept slightly more streams than the negotiated |
+// limit. |
+bool FLAGS_quic_allow_more_open_streams = false; |