working commit

This commit is contained in:
2026-05-18 14:56:08 +02:00
parent e52e90c222
commit 498a3867fb
9 changed files with 73 additions and 23 deletions
+1
View File
@@ -14,6 +14,7 @@ private:
int sock;
std::binary_semaphore done{0};
Interface interface;
std::string tunAddress;
public:
UxClient(void);
std::expected<void, std::string> Connect(std::string address, const int port);