| 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 fbe446b29c80b5a269a2a4e4332c1bb15d9f07d5..eafe75a584cad6383708c4fd349826ddc1a2dc9f 100644
|
| --- a/net/quic/quic_sent_packet_manager.cc
|
| +++ b/net/quic/quic_sent_packet_manager.cc
|
| @@ -47,7 +47,6 @@ static const int64_t kMinHandshakeTimeoutMs = 10;
|
| // Sends up to two tail loss probes before firing an RTO,
|
| // per draft RFC draft-dukkipati-tcpm-tcp-loss-probe.
|
| static const size_t kDefaultMaxTailLossProbes = 2;
|
| -static const int64_t kMinTailLossProbeTimeoutMs = 10;
|
|
|
| // Number of unpaced packets to send after quiescence.
|
| static const size_t kInitialUnpacedBurst = 10;
|
|
|