summaryrefslogtreecommitdiff
path: root/node/Switch.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-03 23:54:02 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-03 23:54:02 -0800
commitdcb1233b0d5478f2f544a99cf24314155e711050 (patch)
tree681f19cc58b72d246ab27d42eb0604c3b3c1507f /node/Switch.hpp
parent8a2ff0b31ea5df159b90640ccb9b86e8cb9040bc (diff)
downloadinfinitytier-dcb1233b0d5478f2f544a99cf24314155e711050.tar.gz
infinitytier-dcb1233b0d5478f2f544a99cf24314155e711050.zip
Slight refactor to RENEDEZVOUS sending code for federation.
Diffstat (limited to 'node/Switch.hpp')
-rw-r--r--node/Switch.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp
index 422f6c8e..ce1c40b3 100644
--- a/node/Switch.hpp
+++ b/node/Switch.hpp
@@ -55,7 +55,6 @@ class Switch : NonCopyable
{
public:
Switch(const RuntimeEnvironment *renv);
- ~Switch();
/**
* Called when a packet is received from the real network
@@ -127,7 +126,6 @@ public:
private:
Address _sendWhoisRequest(const Address &addr,const Address *peersAlreadyConsulted,unsigned int numPeersAlreadyConsulted);
bool _trySend(Packet &packet,bool encrypt); // packet is modified if return is true
- bool _unite(const Address &p1,const Address &p2);
const RuntimeEnvironment *const RR;
uint64_t _lastBeaconResponse;