diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-02 16:23:26 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-02 16:23:26 -0800 |
| commit | 37d23336edb2128621b41eb7975c2bb5ddc9c4c1 (patch) | |
| tree | 736049f1984cbea2d982e63b08a9697937783a17 /node/ExternalSurface.hpp | |
| parent | 61cff47f5b9c8071c7f97947032a06250099f418 (diff) | |
| download | infinitytier-37d23336edb2128621b41eb7975c2bb5ddc9c4c1.tar.gz infinitytier-37d23336edb2128621b41eb7975c2bb5ddc9c4c1.zip | |
Surface logic in Topology.
Diffstat (limited to 'node/ExternalSurface.hpp')
| -rw-r--r-- | node/ExternalSurface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
