Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 8abd4ee13fe07240f153cd04bb7e1a3bd6d908ac..b34825d0ae02316ed124c2f84280b652218122de 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -123,3 +123,6 @@ bool FLAGS_quic_stateless_version_negotiation = false; |
// QUIC Ack Decimation with tolerance for packet reordering. |
bool FLAGS_quic_ack_decimation2 = true; |
+ |
+// If true, QUIC connections will defer responding to ACKs to their send alarms. |
+bool FLAGS_quic_connection_defer_ack_response = true; |