| Index: net/quic/quic_sent_packet_manager.cc
|
| diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
|
| index b38e007f091ac3f22399fe414aa41be53f46de4e..8a4690e5ea95de584547339d0940a0e62db4d463 100644
|
| --- a/net/quic/quic_sent_packet_manager.cc
|
| +++ b/net/quic/quic_sent_packet_manager.cc
|
| @@ -124,6 +124,9 @@ void QuicSentPacketManager::SetFromConfig(const QuicConfig& config) {
|
| if (HasClientSentConnectionOption(config, k1CON)) {
|
| send_algorithm_->SetNumEmulatedConnections(1);
|
| }
|
| + if (HasClientSentConnectionOption(config, kNTLP)) {
|
| + max_tail_loss_probes_ = 0;
|
| + }
|
| if (config.HasReceivedConnectionOptions() &&
|
| ContainsQuicTag(config.ReceivedConnectionOptions(), kTIME)) {
|
| loss_algorithm_.reset(LossDetectionInterface::Create(kTime));
|
|
|