From 37d23336edb2128621b41eb7975c2bb5ddc9c4c1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 2 Feb 2015 16:23:26 -0800 Subject: Surface logic in Topology. --- node/ExternalSurface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/ExternalSurface.hpp') diff --git a/node/ExternalSurface.hpp b/node/ExternalSurface.hpp index 2f4bd38d..44c30b97 100644 --- a/node/ExternalSurface.hpp +++ b/node/ExternalSurface.hpp @@ -46,7 +46,7 @@ public: * @param remote Remote address as reflected by any trusted peer * @return True if our external surface has changed */ - inline bool revise(const InetAddress &remote) + inline bool update(const InetAddress &remote) throw() { const unsigned long idx = (remote.isV4() ? 0 : 2) | (remote.isLinkLocal() ? 1 : 0); -- cgit v1.2.3