summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_sent_packet_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_sent_packet_manager.cc')
-rw-r--r--net/quic/quic_sent_packet_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
index 56c327c..9f3f3d3 100644
--- a/net/quic/quic_sent_packet_manager.cc
+++ b/net/quic/quic_sent_packet_manager.cc
@@ -134,8 +134,8 @@ void QuicSentPacketManager::SetFromConfig(const QuicConfig& config) {
clock_, &rtt_stats_, kReno, stats_, initial_congestion_window_));
}
if (HasClientSentConnectionOption(config, kPACE) ||
- (FLAGS_quic_allow_bbr &&
- HasClientSentConnectionOption(config, kTBBR))) {
+ FLAGS_quic_enable_pacing ||
+ (FLAGS_quic_allow_bbr && HasClientSentConnectionOption(config, kTBBR))) {
EnablePacing();
}
if (HasClientSentConnectionOption(config, k1CON)) {