mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
commented out ping code and added synch check for large comamnds list
This commit is contained in:
@@ -1753,7 +1753,9 @@ void BroadCastSocketThread::execute() {
|
||||
|
||||
float Socket::getAveragePingMS(std::string host, int pingCount) {
|
||||
double result = -1;
|
||||
return result;
|
||||
|
||||
/*
|
||||
const bool debugPingOutput = false;
|
||||
char szCmd[1024]="";
|
||||
#ifdef WIN32
|
||||
@@ -1852,6 +1854,7 @@ float Socket::getAveragePingMS(std::string host, int pingCount) {
|
||||
}
|
||||
}
|
||||
return result;
|
||||
*/
|
||||
}
|
||||
|
||||
std::string Socket::getIpAddress() {
|
||||
|
Reference in New Issue
Block a user