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

Unified Diff: net/quic/quic_connection.cc

Issue 1657123002: Deprecate FLAGS_quic_ack_decimation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_flags.h » ('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 d33f545d49377d3477c5efade48fcfb16e3db805..7dda3c7b2c13f6bc192634ecf996a8511eb56da1 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -402,8 +402,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
if (debug_visitor_ != nullptr) {
debug_visitor_->OnSetFromConfig(config);
}
- if (FLAGS_quic_ack_decimation &&
- config.HasClientSentConnectionOption(kACKD, perspective_)) {
+ if (config.HasClientSentConnectionOption(kACKD, perspective_)) {
ack_decimation_enabled_ = true;
}
}
« no previous file with comments | « no previous file | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698