summaryrefslogtreecommitdiff
path: root/node/Cluster.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-06 14:37:17 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-06 14:37:17 -0800
commit5f39d5b7ea202ca39cef46779b5406e35e0dcb3e (patch)
tree55ab5bce49ab997afd65e9057b040eb3dcad4e12 /node/Cluster.hpp
parent9490b1f13696d6719c61453a9d2013a315da4dd1 (diff)
downloadinfinitytier-5f39d5b7ea202ca39cef46779b5406e35e0dcb3e.tar.gz
infinitytier-5f39d5b7ea202ca39cef46779b5406e35e0dcb3e.zip
Further pare down Cluster messaging and rename some stuff.
Diffstat (limited to 'node/Cluster.hpp')
-rw-r--r--node/Cluster.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/node/Cluster.hpp b/node/Cluster.hpp
index 22297506..73391114 100644
--- a/node/Cluster.hpp
+++ b/node/Cluster.hpp
@@ -125,10 +125,6 @@ public:
/**
* Cluster member has this peer:
* <[5] ZeroTier address of peer>
- * <[...] binary serialized peer remote physical address>
- *
- * Clusters send this message when they learn a path to a peer. The
- * replicated physical address is the one learned.
*/
STATE_MESSAGE_HAVE_PEER = 2,
@@ -237,9 +233,8 @@ public:
* Advertise to the cluster that we have this peer
*
* @param peerId Identity of peer that we have
- * @param physicalAddress Physical address of peer (from our POV)
*/
- void replicateHavePeer(const Identity &peerId,const InetAddress &physicalAddress);
+ void replicateHavePeer(const Identity &peerId);
/**
* Advertise a multicast LIKE to the cluster