Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: net/quic/quic_flags.cc

Issue 1807033002: Don't copy the QuicAckFrame into the QuicPacketGenerator. Protected by quic_dont_copy_acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116794514
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_multipath_received_packet_manager_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_multipath_received_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698