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