diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-06 16:38:48 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-06 16:38:48 -0800 |
| commit | 78d548458be2dd9b7520e95a285d94a6a9f86c75 (patch) | |
| tree | d0918c03926ee59792d9cc1e69bca8839cfe7718 /node/Membership.hpp | |
| parent | ac3e883c05e97ff7ffea48e18e2d578f729df91c (diff) | |
| download | infinitytier-78d548458be2dd9b7520e95a285d94a6a9f86c75.tar.gz infinitytier-78d548458be2dd9b7520e95a285d94a6a9f86c75.zip | |
Capabilities basically work but need to refactor a bit for performance reasons.
Diffstat (limited to 'node/Membership.hpp')
| -rw-r--r-- | node/Membership.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/node/Membership.hpp b/node/Membership.hpp index c54aec9b..9814dce8 100644 --- a/node/Membership.hpp +++ b/node/Membership.hpp @@ -266,9 +266,6 @@ private: // Last time we pushed MULTICAST_LIKE(s) uint64_t _lastUpdatedMulticast; - // Last time we checked if credential push was needed - uint64_t _lastPushAttempt; - // Last time we pushed our COM to this peer uint64_t _lastPushedCom; |
