| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 6c5de3f061aecf12e6b6bee81fdd854f827b0ae3..8cdb3ff72043199b0b539e5f4591059e15c5c199 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -140,6 +140,9 @@ NET_EXPORT_PRIVATE extern const char* const kFinalOffsetHeaderKey;
|
| // Maximum delayed ack time, in ms.
|
| const int64_t kMaxDelayedAckTimeMs = 25;
|
|
|
| +// Minimum tail loss probe time in ms.
|
| +static const int64_t kMinTailLossProbeTimeoutMs = 10;
|
| +
|
| // The timeout before the handshake succeeds.
|
| const int64_t kInitialIdleTimeoutSecs = 5;
|
| // The default idle timeout.
|
|
|