|
TARAXA
|
#include <NodeTable.h>

Public Member Functions | |
| NodeValidation (NodeID const &_nodeID, uint16_t _tcpPort, uint16_t _udpPort, TimePoint const &_pingSentTime, h256 const &_pingHash, std::shared_ptr< NodeEntry > _replacementNodeEntry) | |
Public Attributes | |
| NodeID | nodeID |
| uint16_t | tcpPort = 0 |
| uint16_t | udpPort = 0 |
| TimePoint | pingSentTime |
| h256 | pingHash |
| std::shared_ptr< NodeEntry > | replacementNodeEntry |
NodeValidation is used to record information about the nodes that we have sent Ping to.
|
inline |
| NodeID dev::p2p::NodeTable::NodeValidation::nodeID |
| h256 dev::p2p::NodeTable::NodeValidation::pingHash |
| TimePoint dev::p2p::NodeTable::NodeValidation::pingSentTime |
| std::shared_ptr<NodeEntry> dev::p2p::NodeTable::NodeValidation::replacementNodeEntry |
| uint16_t dev::p2p::NodeTable::NodeValidation::tcpPort = 0 |
| uint16_t dev::p2p::NodeTable::NodeValidation::udpPort = 0 |