| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index b9587da80c9dd5e3f91a322988812f3151bf8ad8..4c47af09c9d4033c7d660d52b04eeceeb9934587 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -147,6 +147,7 @@ const QuicTag kICSL = TAG('I', 'C', 'S', 'L'); // Idle connection state
|
| // lifetime
|
| const QuicTag kSCLS = TAG('S', 'C', 'L', 'S'); // Silently close on timeout
|
| const QuicTag kMSPC = TAG('M', 'S', 'P', 'C'); // Max streams per connection.
|
| +const QuicTag kMIDS = TAG('M', 'I', 'D', 'S'); // Max incoming dynamic streams
|
| const QuicTag kIRTT = TAG('I', 'R', 'T', 'T'); // Estimated initial RTT in us.
|
| const QuicTag kSWND = TAG('S', 'W', 'N', 'D'); // Server's Initial congestion
|
| // window.
|
|
|