Surface logic in Topology.
This commit is contained in:
parent
61cff47f5b
commit
37d23336ed
3 changed files with 32 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue