Change rate limiter a little...
This commit is contained in:
parent
1bd3cd4225
commit
11774f7d5f
2 changed files with 5 additions and 32 deletions
|
@ -47,7 +47,6 @@
|
|||
#include "Dictionary.hpp"
|
||||
#include "Identity.hpp"
|
||||
#include "InetAddress.hpp"
|
||||
#include "RateLimiter.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
@ -489,9 +488,6 @@ private:
|
|||
// Membership certificates supplied by peers
|
||||
std::map<Address,Certificate> _membershipCertificates;
|
||||
|
||||
// Rate limiters for each multicasting peer
|
||||
std::map<Address,RateLimiter> _multicastRateLimiters;
|
||||
|
||||
// Configuration from network master node
|
||||
Config _configuration;
|
||||
Certificate _myCertificate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue