mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Update Redirector
This commit is contained in:
15
Redirector/Based.cpp
Normal file
15
Redirector/Based.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "Based.h"
|
||||
|
||||
BOOL filterLoopback = FALSE;
|
||||
BOOL filterICMP = TRUE;
|
||||
BOOL filterTCP = TRUE;
|
||||
BOOL filterUDP = TRUE;
|
||||
USHORT tcpPort = 0;
|
||||
USHORT udpPort = 0;
|
||||
vector<wstring> handleList;
|
||||
vector<wstring> bypassList;
|
||||
|
||||
mutex tcpLock;
|
||||
mutex udpLock;
|
||||
map<ENDPOINT_ID, PTCPINFO> tcpContext;
|
||||
map<ENDPOINT_ID, PUDPINFO> udpContext;
|
||||
Reference in New Issue
Block a user