mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Add a circuit breaker to prevent too many credentials from being stored per member.
This commit is contained in:
@ -46,6 +46,8 @@ class RuntimeEnvironment;
|
||||
*
|
||||
* This is kind of analogous to a join table between Peer and Network. It is
|
||||
* presently held by the Network object for each participating Peer.
|
||||
*
|
||||
* This is not thread safe. It must be locked externally.
|
||||
*/
|
||||
class Membership
|
||||
{
|
||||
|
Reference in New Issue
Block a user