We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db2f58 commit 23fa184Copy full SHA for 23fa184
src/quic/defs.h
@@ -318,7 +318,7 @@ constexpr uint64_t kMaxSizeT = std::numeric_limits<size_t>::max();
318
constexpr uint64_t kMaxSafeJsInteger = 9007199254740991;
319
constexpr auto kSocketAddressInfoTimeout = 60 * NGTCP2_SECONDS;
320
constexpr size_t kMaxVectorCount = 16;
321
-constexpr size_t kMaxStreamId = std::numeric_limits<stream_id>::max();
+constexpr stream_id kMaxStreamId = std::numeric_limits<stream_id>::max();
322
323
class DebugIndentScope final {
324
public:
0 commit comments