mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-13 22:12:56 +00:00
Remove debug.
This commit is contained in:
parent
25f9c294dc
commit
6e1da35c12
@ -293,7 +293,6 @@ public:
|
||||
inline bool rateGateIdentityVerification(const uint64_t now,const InetAddress &from)
|
||||
{
|
||||
unsigned long iph = from.rateGateHash();
|
||||
printf("%s %.4lx\n",from.toString().c_str(),iph);
|
||||
if ((now - _lastIdentityVerification[iph]) >= ZT_IDENTITY_VALIDATION_SOURCE_RATE_LIMIT) {
|
||||
_lastIdentityVerification[iph] = now;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user