working commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user