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

Unified Diff: net/quic/reliable_quic_stream.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 | « net/quic/quic_flags.cc ('k') | net/quic/reliable_quic_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/reliable_quic_stream.cc
diff --git a/net/quic/reliable_quic_stream.cc b/net/quic/reliable_quic_stream.cc
index f720dc6be7ab359ffb17b448e522a19df524fcac..7c7b21c423384ee81eb39d846cc648f5d71c6e36 100644
--- a/net/quic/reliable_quic_stream.cc
+++ b/net/quic/reliable_quic_stream.cc
@@ -144,8 +144,7 @@ ReliableQuicStream::~ReliableQuicStream() {
}
void ReliableQuicStream::SetFromConfig() {
- if (FLAGS_quic_send_fec_packet_only_on_fec_alarm &&
- session_->config()->HasClientSentConnectionOption(kFSTR, perspective_)) {
+ if (session_->config()->HasClientSentConnectionOption(kFSTR, perspective_)) {
fec_policy_ = FEC_PROTECT_ALWAYS;
}
}
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/reliable_quic_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698