mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Redirector] Add udpCreated log
This commit is contained in:
@@ -295,6 +295,8 @@ void udpCreated(ENDPOINT_ID id, PNF_UDP_CONN_INFO info)
|
||||
return;
|
||||
}
|
||||
|
||||
wcout << "[Redirector][EventHandler][udpCreated][" << id << "][" << info->processId << "] " << GetProcessName(info->processId) << endl;
|
||||
|
||||
lock_guard<mutex> lg(udpContextLock);
|
||||
udpContext[id] = new SocksHelper::UDP();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user