Testnet seems to work a bit better now...

This commit is contained in:
Adam Ierymenko
2014-10-27 18:23:10 -07:00
parent fe7b429866
commit 934a575a74
5 changed files with 38 additions and 39 deletions

View File

@@ -35,7 +35,7 @@
#include "../node/Constants.hpp"
#include "../node/SocketManager.hpp"
#include "../node/Mutex.hpp"
#include "Condition.hpp"
#include "Semaphore.hpp"
namespace ZeroTier {
@@ -120,7 +120,7 @@ private:
std::map< InetAddress,TransferStats > _stats;
Mutex _stats_m;
Condition _waitCond;
Semaphore _waitCond;
};
} // namespace ZeroTier