diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 12:01:00 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 12:01:00 -0700 |
commit | a1a0ee4edb0933c9b82abad8715def6a63049658 (patch) | |
tree | d9f2f31627756c243538c0e46f61eb27a90e1732 /node/Peer.cpp | |
parent | 54a99d8e32e3ee0aed222069e961d44ddd748399 (diff) | |
download | infinitytier-a1a0ee4edb0933c9b82abad8715def6a63049658.tar.gz infinitytier-a1a0ee4edb0933c9b82abad8715def6a63049658.zip |
Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rate limiting in PUSH_DIRECT_PATHS for now (but we will do something else to mitigate amplification attacks)
Diffstat (limited to 'node/Peer.cpp')
-rw-r--r-- | node/Peer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index f16f1421..d5367b17 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -55,7 +55,6 @@ Peer::Peer(const Identity &myIdentity,const Identity &peerIdentity) _lastAnnouncedTo(0), _lastPathConfirmationSent(0), _lastDirectPathPushSent(0), - _lastDirectPathPushReceived(0), _lastPathSort(0), _vProto(0), _vMajor(0), |