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

Unified Diff: net/quic/quic_connection.cc

Issue 1279433004: relnote: Deprecate FLAGS_quic_send_fec_packet_only_on_fec_alarm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Limit_number_of_burst_tokens_99597412
Patch Set: Created 5 years, 4 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 8a8fb870f85723fa3a2114ae89b51a1e7ad8b338..4f09086727aa543ce876ab959a84ed90b05d8c02 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -365,8 +365,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
}
max_undecryptable_packets_ = config.max_undecryptable_packets();
- if (FLAGS_quic_send_fec_packet_only_on_fec_alarm &&
- config.HasClientSentConnectionOption(kFSPA, perspective_)) {
+ if (config.HasClientSentConnectionOption(kFSPA, perspective_)) {
packet_generator_.set_fec_send_policy(FecSendPolicy::FEC_ALARM_TRIGGER);
}
« 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