working commit

This commit is contained in:
2026-05-17 11:31:28 +02:00
parent 886684e224
commit cfb8329741
5 changed files with 107 additions and 53 deletions
+4
View File
@@ -4,6 +4,10 @@
constexpr uint32_t msgMagic = 0xABBA;
constexpr int msgHeaderSize = 8;
extern const std::string internetPkgMsg;
extern const std::string tunAddressMsg;
extern const std::string localRouteMsg;
class MessageHeader {
private:
uint32_t pSize = 0;