mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
Remove debug.
This commit is contained in:
parent
25f9c294dc
commit
6e1da35c12
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue