mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-01 23:10:52 +00:00
Fix typo in constant name
This commit is contained in:
parent
2f554fd6f8
commit
4190318c85
@ -523,7 +523,7 @@
|
|||||||
/**
|
/**
|
||||||
* Maximum number of VERB_NETWORK_CREDENTIALS within cutoff time
|
* Maximum number of VERB_NETWORK_CREDENTIALS within cutoff time
|
||||||
*/
|
*/
|
||||||
#define ZT_PEER_CREDEITIALS_CUTOFF_LIMIT 15
|
#define ZT_PEER_CREDENTIALS_CUTOFF_LIMIT 15
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WHOIS rate limit (we allow these to be pretty fast)
|
* WHOIS rate limit (we allow these to be pretty fast)
|
||||||
|
@ -391,7 +391,7 @@ public:
|
|||||||
++_credentialsCutoffCount;
|
++_credentialsCutoffCount;
|
||||||
else _credentialsCutoffCount = 0;
|
else _credentialsCutoffCount = 0;
|
||||||
_lastCredentialsReceived = now;
|
_lastCredentialsReceived = now;
|
||||||
return (_credentialsCutoffCount < ZT_PEER_CREDEITIALS_CUTOFF_LIMIT);
|
return (_credentialsCutoffCount < ZT_PEER_CREDENTIALS_CUTOFF_LIMIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user