Fabcoin Core
0.16.2
P2P Digital Currency
|
Pong packet: Sent in response to ping. More...
#include <NodeTable.h>
Public Member Functions | |
Pong (NodeIPEndpoint const &_dest) | |
Pong (bi::udp::endpoint const &_from, NodeID const &_fromid, h256 const &_echo) | |
uint8_t | packetType () const |
void | streamRLP (RLPStream &_s) const |
void | interpretRLP (bytesConstRef _bytes) |
Public Member Functions inherited from dev::p2p::DiscoveryDatagram | |
DiscoveryDatagram (bi::udp::endpoint const &_to) | |
Constructor used for sending. More... | |
DiscoveryDatagram (bi::udp::endpoint const &_from, NodeID const &_fromid, h256 const &_echo) | |
Constructor used for parsing inbound packets. More... | |
bool | isExpired () const |
Public Member Functions inherited from dev::p2p::RLPXDatagramFace | |
RLPXDatagramFace (bi::udp::endpoint const &_ep) | |
virtual h256 | sign (Secret const &_from) |
Public Member Functions inherited from dev::p2p::UDPDatagram | |
UDPDatagram (bi::udp::endpoint const &_ep) | |
UDPDatagram (bi::udp::endpoint const &_ep, bytes _data) | |
bi::udp::endpoint const & | endpoint () const |
Public Attributes | |
NodeIPEndpoint | destination |
Public Attributes inherited from dev::p2p::DiscoveryDatagram | |
NodeID | sourceid |
h256 | echo |
uint32_t | ts = 0 |
Public Attributes inherited from dev::p2p::UDPDatagram | |
bytes | data |
Static Public Attributes | |
static const uint8_t | type = 2 |
Additional Inherited Members | |
Static Public Member Functions inherited from dev::p2p::DiscoveryDatagram | |
static std::unique_ptr< DiscoveryDatagram > | interpretUDP (bi::udp::endpoint const &_from, bytesConstRef _packet) |
Decodes UDP packets. More... | |
Static Public Member Functions inherited from dev::p2p::RLPXDatagramFace | |
static uint32_t | futureFromEpoch (std::chrono::seconds _sec) |
static uint32_t | secondsSinceEpoch () |
static Public | authenticate (bytesConstRef _sig, bytesConstRef _rlp) |
Protected Attributes inherited from dev::p2p::UDPDatagram | |
bi::udp::endpoint | locus |
Pong packet: Sent in response to ping.
Definition at line 343 of file NodeTable.h.
|
inline |
Definition at line 345 of file NodeTable.h.
|
inline |
Definition at line 346 of file NodeTable.h.
|
inlinevirtual |
Implements dev::p2p::RLPXDatagramFace.
Definition at line 360 of file NodeTable.h.
|
inlinevirtual |
Implements dev::p2p::RLPXDatagramFace.
Definition at line 349 of file NodeTable.h.
|
inlinevirtual |
Implements dev::p2p::RLPXDatagramFace.
Definition at line 353 of file NodeTable.h.
NodeIPEndpoint dev::p2p::Pong::destination |
Definition at line 351 of file NodeTable.h.
|
static |
Definition at line 348 of file NodeTable.h.