Fix a possible excessive memory use issue in controller and clean up a bunch of COM handling and other code in the normal node.
This commit is contained in:
parent
fe0068da52
commit
ef08346a74
8 changed files with 17 additions and 18 deletions
|
@ -539,6 +539,11 @@
|
|||
*/
|
||||
#define ZT_PEER_CREDENTIALS_CUTOFF_LIMIT 15
|
||||
|
||||
/**
|
||||
* Rate limit for responding to peer credential requests
|
||||
*/
|
||||
#define ZT_PEER_CREDENTIALS_REQUEST_RATE_LIMIT 1000
|
||||
|
||||
/**
|
||||
* WHOIS rate limit (we allow these to be pretty fast)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue