commented out ping code and added synch check for large comamnds list

This commit is contained in:
Mark Vejvoda
2010-06-05 00:00:36 +00:00
parent 2970e5114a
commit 3b06db30e9
4 changed files with 24 additions and 1 deletions

View File

@@ -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() {