ipv6 + misc

This commit is contained in:
2025-05-03 11:22:38 +02:00
parent 3b73f82938
commit 1e8fcc4879
3 changed files with 157 additions and 76 deletions
+8 -1
View File
@@ -1 +1,8 @@
#define BUFFER_SIZE 1024
#ifndef COMMON_DEFINES_H
#define BUFFER_SIZE 1024
#include <nlohmann/json.hpp>
using nlohmann::json;
enum { CONNECT, DISCONNECT, MESSAGE, CHALLENGE };
#endif