working commit

This commit is contained in:
Олег Бородин
2026-05-05 11:37:10 +02:00
parent bd4df1e3da
commit eda9b8986b
62 changed files with 7546 additions and 476 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#include <string>
constexpr uint32_t MAGIC = 0xABBA;
constexpr int rpcHeaderSize = 8;
constexpr uint32_t msgMagic = 0xABBA;
constexpr int msgHeaderSize = 8;
class MessageHeader {
private: