From 5f39d5b7ea202ca39cef46779b5406e35e0dcb3e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 6 Nov 2015 14:37:17 -0800 Subject: Further pare down Cluster messaging and rename some stuff. --- node/Cluster.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'node/Cluster.hpp') 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 -- cgit v1.2.3