diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-12 17:21:23 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-12 17:21:23 -0400 |
| commit | a0048785465eb14356c1cb185c271c223862491c (patch) | |
| tree | 1418813877ce8eef45799125ebcd2029158a142a /node/Topology.cpp | |
| parent | 086050686f4a6759884178e8c8c464ff9db727e0 (diff) | |
| download | infinitytier-a0048785465eb14356c1cb185c271c223862491c.tar.gz infinitytier-a0048785465eb14356c1cb185c271c223862491c.zip | |
Update bloom filter for MULTICAST_FRAME retransmit, and temporarily add abort() to catch gremlin
Diffstat (limited to 'node/Topology.cpp')
| -rw-r--r-- | node/Topology.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp index de65de3b..9632c464 100644 --- a/node/Topology.cpp +++ b/node/Topology.cpp @@ -115,6 +115,7 @@ void Topology::addPeer(const SharedPtr<Peer> &candidate,void (*callback)(void *, SharedPtr<Peer> Topology::getPeer(const Address &zta) { if (zta == _r->identity.address()) { + abort(); TRACE("BUG: ignored attempt to getPeer() for self, returned NULL"); return SharedPtr<Peer>(); } |
