![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <net.h>
Public Attributes | |
NodeId | nodeid |
ServiceFlags | nServices |
bool | fRelayTxes |
int64_t | nLastSend |
int64_t | nLastRecv |
int64_t | nTimeConnected |
int64_t | nTimeOffset |
std::string | addrName |
int | nVersion |
std::string | cleanSubVer |
bool | fInbound |
int | nStartingHeight |
uint64_t | nSendBytes |
mapMsgCmdSize | mapSendBytesPerMsgCmd |
uint64_t | nRecvBytes |
mapMsgCmdSize | mapRecvBytesPerMsgCmd |
bool | fWhitelisted |
double | dPingTime |
double | dPingWait |
double | dMinPing |
std::string | addrLocal |
CAddress | addr |
CAddress CNodeStats::addr |
Definition at line 615 of file net.h.
Referenced by RPCConsole::banSelectedNode().
std::string CNodeStats::addrLocal |
Definition at line 614 of file net.h.
Referenced by CNode::copyStats(), getpeerinfo(), and RPCConsole::updateNodeDetail().
std::string CNodeStats::addrName |
Definition at line 601 of file net.h.
Referenced by PeerTableModel::data(), getpeerinfo(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
std::string CNodeStats::cleanSubVer |
Definition at line 603 of file net.h.
Referenced by PeerTableModel::data(), getpeerinfo(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
double CNodeStats::dMinPing |
Definition at line 613 of file net.h.
Referenced by CNode::copyStats(), PeerTableModel::data(), getpeerinfo(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
double CNodeStats::dPingTime |
Definition at line 611 of file net.h.
Referenced by CNode::copyStats(), getpeerinfo(), and RPCConsole::updateNodeDetail().
double CNodeStats::dPingWait |
Definition at line 612 of file net.h.
Referenced by CNode::copyStats(), getpeerinfo(), and RPCConsole::updateNodeDetail().
bool CNodeStats::fInbound |
Definition at line 604 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
bool CNodeStats::fRelayTxes |
Definition at line 596 of file net.h.
Referenced by getpeerinfo().
bool CNodeStats::fWhitelisted |
Definition at line 610 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd |
Definition at line 609 of file net.h.
Referenced by getpeerinfo().
mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd |
Definition at line 607 of file net.h.
Referenced by getpeerinfo().
int64_t CNodeStats::nLastRecv |
Definition at line 598 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
int64_t CNodeStats::nLastSend |
Definition at line 597 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
NodeId CNodeStats::nodeid |
Definition at line 594 of file net.h.
Referenced by CNode::copyStats(), PeerTableModel::data(), getpeerinfo(), NodeLessThan::operator()(), RPCConsole::peerLayoutAboutToChange(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
uint64_t CNodeStats::nRecvBytes |
Definition at line 608 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
uint64_t CNodeStats::nSendBytes |
Definition at line 606 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
ServiceFlags CNodeStats::nServices |
Definition at line 595 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
int CNodeStats::nStartingHeight |
Definition at line 605 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
int64_t CNodeStats::nTimeConnected |
Definition at line 599 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
int64_t CNodeStats::nTimeOffset |
Definition at line 600 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().
int CNodeStats::nVersion |
Definition at line 602 of file net.h.
Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().