Fixed ? ping

This commit is contained in:
Anonymous275
2020-11-13 00:30:03 +02:00
parent cf13396c96
commit d5466bb68a
6 changed files with 28 additions and 17 deletions

View File

@@ -218,6 +218,6 @@ void UDPClientMain(const std::string& IP,int Port){
TCPSend(Sec("P"));
UDPSend(Sec("p"));
while(!Terminate)UDPRcv();
closesocket(UDPSock);
KillSocket(UDPSock);
WSACleanup();
}