working commit

This commit is contained in:
Олег Бородин
2026-05-21 14:15:03 +02:00
parent 3f7cfcd234
commit 5a2985f936
9 changed files with 185 additions and 16 deletions
+1
View File
@@ -15,6 +15,7 @@ private:
std::mutex intMtx;
std::binary_semaphore done{0};
Interface interface;
std::string tunAddress;
public:
void Handle(int newsock, std::string laddr, std::string raddr, std::vector<std::string> routes);
void RecvMessages(void);