CatapultServer  v0.5.0.1 (Elephant)
NodePingUtils.h File Reference
Include dependency graph for NodePingUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::ionet
 
 catapult::nodediscovery
 

Functions

bool catapult::nodediscovery::TryParseNodePacket (const ionet::Packet &packet, ionet::Node &node)
 Tries to parse packet into node. More...
 
bool catapult::nodediscovery::TryParseNodesPacket (const ionet::Packet &packet, ionet::NodeSet &nodes)
 Tries to parse packet into nodes. More...
 
bool catapult::nodediscovery::IsNodeCompatible (const ionet::Node &node, model::NetworkIdentifier networkIdentifier, const Key &identityKey)
 Determines if node is compatible with expected network (networkIdentifier) and identity (identityKey). More...
 
ionet::NodeSet catapult::nodediscovery::SelectUnknownNodes (const ionet::NodeContainerView &view, const ionet::NodeSet &nodes)
 Filters nodes by returning all nodes not contained in view. More...