working commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user