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