Update Redirector

This commit is contained in:
Netch
2021-08-08 23:22:28 +08:00
parent aba8a0bbea
commit f613f10a41
8 changed files with 138 additions and 11 deletions

View File

@@ -6,8 +6,8 @@ BOOL filterTCP = TRUE;
BOOL filterUDP = TRUE;
USHORT tcpPort = 0;
USHORT udpPort = 0;
vector<wstring> handleList;
vector<wstring> bypassList;
vector<wstring> handleList;
mutex tcpLock;
mutex udpLock;