Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 7ac82e3c6eec19c223da2cf56657bc433d832e78..4a38002de6d0448b291299a321738a18376df760 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -125,6 +125,9 @@ const bool kIncludeVersion = true; |
// Signifies that the QuicPacket will contain path id. |
const bool kIncludePathId = true; |
+// Stream ID is reserved to denote an invalid ID. |
+const QuicStreamId kInvalidStreamId = 0; |
+ |
// Reserved ID for the crypto stream. |
const QuicStreamId kCryptoStreamId = 1; |