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

@ -354,6 +354,19 @@ public:
std::vector< SharedPtr<Peer> > &_v;
};
/**
* Update our knowledge of exterior network addresses
*
* If the remote peer in question is trusted, this will update our internal
* instance of ExternalSurface. If our surface has changed, this triggers a
* partial or total reset of ephemeral peer addresses and a renegotiation of
* new ones using supernodes / relays.
*
* @param remotePeer Remote peer address
* @param mirroredAddress Real-world network address the remote peer told us we have
*/
bool updateSurface(const SharedPtr<Peer> &remotePeer,const InetAddress &mirroredAddress);
/**
* Validate a root topology dictionary against the identities specified in Defaults
*