Surface logic in Topology.

This commit is contained in:
Adam Ierymenko 2015-02-02 16:23:26 -08:00
parent 61cff47f5b
commit 37d23336ed
3 changed files with 32 additions and 1 deletions

View file

@ -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);