[Redirector] Add udpCreated log

This commit is contained in:
Connection Refused
2021-10-17 16:00:13 +08:00
parent a877349bbe
commit 858c97399b

View File

@@ -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();
}