| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 82610c03f2847e5183951ef64b425ea0290d0672..6b29331e3b6a43d680021376327f131069ad5be8 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -104,6 +104,9 @@ const QuicStreamId kCryptoStreamId = 1;
|
| // Reserved ID for the headers stream.
|
| const QuicStreamId kHeadersStreamId = 3;
|
|
|
| +// Maximum delayed ack time, in ms.
|
| +const int kMaxDelayedAckTime = 25;
|
| +
|
| // This is the default network timeout a for connection till the crypto
|
| // handshake succeeds and the negotiated timeout from the handshake is received.
|
| const int64 kDefaultInitialTimeoutSecs = 120; // 2 mins.
|
|
|