working commit

This commit is contained in:
2026-04-29 11:54:21 +02:00
parent 5e1ca61df9
commit 972096c53d
8 changed files with 149 additions and 86 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#include <string>
const uint32_t MAGIC = 0xABBA;
constexpr uint32_t MAGIC = 0xABBA;
constexpr int rpcHeaderSize = 8;
class RPCHeader {
private: