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

Unified Diff: net/quic/quic_connection.cc

Issue 1232793004: relnote: Deprecate FLAGS_quic_dont_ack_acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Convert_map_into_list_97162517
Patch Set: Created 5 years, 5 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 | « no previous file | net/quic/quic_connection_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.cc
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
index 3db39c3aef852061349486f2f751bbdb3e23c604..f43dc457adf8881bbb9db290f594ac0c65d2d173 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -1017,7 +1017,7 @@ void QuicConnection::OnPacketComplete() {
}
// If there are new missing packets to report, send an ack immediately.
- if ((!FLAGS_quic_dont_ack_acks || ShouldLastPacketInstigateAck()) &&
+ if (ShouldLastPacketInstigateAck() &&
received_packet_manager_.HasNewMissingPackets()) {
ack_queued_ = true;
ack_alarm_->Cancel();
« no previous file with comments | « no previous file | net/quic/quic_connection_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698