TARAXA
|
#include <NodeTable.h>
Classes | |
struct | Neighbour |
Public Attributes | |
std::vector< Neighbour > | neighbours |
![]() | |
NodeID | sourceid |
h256 | echo |
boost::optional< uint32_t > | expiration |
![]() | |
bytes | data |
Static Public Attributes | |
static constexpr uint8_t | type = 4 |
![]() | |
static constexpr std::chrono::seconds | c_timeToLiveS {60} |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< DiscoveryDatagram > | interpretUDP (bi::udp::endpoint const &_from, bytesConstRef _packet) |
Decodes UDP packets. | |
![]() | |
static uint32_t | futureFromEpoch (std::chrono::seconds _sec) |
static uint32_t | secondsSinceEpoch () |
static Public | authenticate (bytesConstRef _sig, bytesConstRef _rlp) |
![]() | |
bi::udp::endpoint | locus |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements dev::p2p::RLPXDatagramFace.
|
inlineoverridevirtual |
Implements dev::p2p::RLPXDatagramFace.
Implements dev::p2p::RLPXDatagramFace.
|
inlineoverridevirtual |
Implements dev::p2p::RLPXDatagramFace.
std::vector<Neighbour> dev::p2p::Neighbours::neighbours |