refactor: phase 0 & 1

This commit is contained in:
2026-04-26 20:02:15 +03:00
parent 844093e3e7
commit b5c506cf03
36 changed files with 690 additions and 137 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
#endif
#include <protocol.hpp>
#include <TransferState.hpp>
#include <net/Socket.hpp>
#include <transfer_state.hpp>
#include <net/socket.hpp>
static TransferState g_server_state;
static std::atomic<int> g_server_client_sock{-1};