diff --git a/src/quic/defs.h b/src/quic/defs.h index 5519f1396d5ccb..74505d8e401f8d 100644 --- a/src/quic/defs.h +++ b/src/quic/defs.h @@ -318,7 +318,7 @@ constexpr uint64_t kMaxSizeT = std::numeric_limits::max(); constexpr uint64_t kMaxSafeJsInteger = 9007199254740991; constexpr auto kSocketAddressInfoTimeout = 60 * NGTCP2_SECONDS; constexpr size_t kMaxVectorCount = 16; -constexpr size_t kMaxStreamId = std::numeric_limits::max(); +constexpr stream_id kMaxStreamId = std::numeric_limits::max(); class DebugIndentScope final { public: