working commit
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
const uint32_t MAGIC = 0xABBA;
|
||||
constexpr uint32_t MAGIC = 0xABBA;
|
||||
constexpr int rpcHeaderSize = 8;
|
||||
|
||||
class RPCHeader {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user