commit | 88e3e05c341147f4052e17a2769ac2722739c498 | [log] [tgz] |
---|---|---|
author | danzh <danzh@google.com> | Thu Jun 13 11:47:18 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 13 11:48:01 2019 -0700 |
tree | 9c066d6cbdfce9e0004fc5c6b05b220b33f37f4d | |
parent | 497e45fab42e6f05f3bb4a502427542c2b77ee68 [diff] [blame] |
Internal QUICHE change PiperOrigin-RevId: 253074929 Change-Id: I7c0b265ae4ba000bec3b4ea6936a93bc92b73ddc
diff --git a/quic/core/quic_sent_packet_manager.cc b/quic/core/quic_sent_packet_manager.cc index 204c020..c8ae53b 100644 --- a/quic/core/quic_sent_packet_manager.cc +++ b/quic/core/quic_sent_packet_manager.cc
@@ -203,7 +203,7 @@ } } - using_pacing_ = !FLAGS_quic_disable_pacing_for_perf_tests; + using_pacing_ = !GetQuicFlag(FLAGS_quic_disable_pacing_for_perf_tests); if (config.HasClientSentConnectionOption(k1CON, perspective)) { send_algorithm_->SetNumEmulatedConnections(1);