From e44d7a553fc4cda470f13169053f416dbfed1bce Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 13 Sep 2019 10:29:11 -0700 Subject: [PATCH] The root technically does not need to do this, and its slow. --- root/root.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/root/root.cpp b/root/root.cpp index 645df8350..daf207d8b 100644 --- a/root/root.cpp +++ b/root/root.cpp @@ -282,10 +282,6 @@ static void handlePacket(const int v4s,const int v6s,const InetAddress *const ip printf("%s HELLO rejected: decompression failed" ZT_EOL_S,ip->toString(ipstr)); return; } - if (!id.locallyValidate()) { // this is more time consuming so check others first - printf("%s HELLO rejected: identity local validation failed" ZT_EOL_S,ip->toString(ipstr)); - return; - } peer->id = id; peer->lastReceive = now;