feature: Support listening on multiple ports simultaneously
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
VOID CreateNotifyBar();
|
||||
VOID CreateSolidMenu();
|
||||
BOOL ListenPort();
|
||||
BOOL Activate(int nPort,int nMaxConnection);
|
||||
BOOL Activate(const std::string& nPort,int nMaxConnection);
|
||||
void UpdateActiveWindow(CONTEXT_OBJECT* ctx);
|
||||
void SendMasterSettings(CONTEXT_OBJECT* ctx);
|
||||
VOID SendServerDll(CONTEXT_OBJECT* ContextObject, bool isDLL, bool is64Bit);
|
||||
|
||||
Reference in New Issue
Block a user