Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index ec7c037ee852f73b8e38bced6fc8a558ed7f11cd..eea45d4ebcbcc1cc4ffef5a3c8e0267e3c87c818 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -141,3 +141,7 @@ bool FLAGS_quic_enable_rto_timeout = true; |
// Do not limit the max CWND to 200 packets in QUIC. |
bool FLAGS_quic_dont_limit_max_cwnd = true; |
+ |
+// Don't copy QuicAckFrame or QuicStopWaitingFrame into the |
+// QuicPacketGenerator. |
+bool FLAGS_quic_dont_copy_acks = true; |