2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Bump up protocol version

This commit is contained in:
Fan Chen
2025-05-17 12:59:27 -04:00
parent 62dd2c887e
commit abaaa8c1b1

View File

@@ -9,7 +9,7 @@ namespace tracy
constexpr unsigned Lz4CompressBound( unsigned isize ) { return isize + ( isize / 255 ) + 16; }
enum : uint32_t { ProtocolVersion = 73 };
enum : uint32_t { ProtocolVersion = 74 };
enum : uint16_t { BroadcastVersion = 3 };
using lz4sz_t = uint32_t;