mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
And then it turns out to be too slow on a slower 32-bit machine... we do want to do tablets eventually.
This commit is contained in:
@ -215,6 +215,7 @@ static int testIdentity()
|
||||
Identity id;
|
||||
Buffer<512> buf;
|
||||
|
||||
#if 0
|
||||
std::cout << "[identity] Validate known-good identity... "; std::cout.flush();
|
||||
if (!id.fromString(KNOWN_GOOD_IDENTITY)) {
|
||||
std::cout << "FAIL (1)" << std::endl;
|
||||
@ -236,6 +237,7 @@ static int testIdentity()
|
||||
return -1;
|
||||
}
|
||||
std::cout << "PASS (i.e. it failed)" << std::endl;
|
||||
#endif
|
||||
|
||||
for(unsigned int k=0;k<4;++k) {
|
||||
std::cout << "[identity] Generate identity... "; std::cout.flush();
|
||||
|
Reference in New Issue
Block a user