Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#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 |
bool | m_manual_connection |
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 | addrBind |
uint256 | verifiedProRegTxHash |
bool | fMasternode |
Detailed Description
Member Data Documentation
◆ addr
CAddress CNodeStats::addr |
Definition at line 744 of file net.h.
Referenced by RPCConsole::banSelectedNode().
◆ addrBind
◆ addrLocal
std::string CNodeStats::addrLocal |
Definition at line 742 of file net.h.
Referenced by CNode::copyStats(), and RPCConsole::updateNodeDetail().
◆ addrName
std::string CNodeStats::addrName |
Definition at line 727 of file net.h.
Referenced by CNode::copyStats(), PeerTableModel::data(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
◆ cleanSubVer
std::string CNodeStats::cleanSubVer |
Definition at line 729 of file net.h.
Referenced by PeerTableModel::data(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
◆ dMinPing
double CNodeStats::dMinPing |
Definition at line 740 of file net.h.
Referenced by CNode::copyStats(), PeerTableModel::data(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
◆ dPingTime
double CNodeStats::dPingTime |
Definition at line 738 of file net.h.
Referenced by CNode::copyStats(), and RPCConsole::updateNodeDetail().
◆ dPingWait
double CNodeStats::dPingWait |
Definition at line 739 of file net.h.
Referenced by CNode::copyStats(), and RPCConsole::updateNodeDetail().
◆ fInbound
bool CNodeStats::fInbound |
Definition at line 730 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ fMasternode
◆ fRelayTxes
◆ fWhitelisted
bool CNodeStats::fWhitelisted |
Definition at line 737 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ m_manual_connection
◆ mapRecvBytesPerMsgCmd
mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd |
◆ mapSendBytesPerMsgCmd
mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd |
◆ nLastRecv
int64_t CNodeStats::nLastRecv |
Definition at line 724 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ nLastSend
int64_t CNodeStats::nLastSend |
Definition at line 723 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ nodeid
NodeId CNodeStats::nodeid |
Definition at line 720 of file net.h.
Referenced by CNode::copyStats(), PeerTableModel::data(), NodeLessThan::operator()(), RPCConsole::peerLayoutAboutToChange(), and RPCConsole::updateNodeDetail().
◆ nRecvBytes
uint64_t CNodeStats::nRecvBytes |
Definition at line 735 of file net.h.
Referenced by PeerTableModel::data(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
◆ nSendBytes
uint64_t CNodeStats::nSendBytes |
Definition at line 733 of file net.h.
Referenced by PeerTableModel::data(), NodeLessThan::operator()(), and RPCConsole::updateNodeDetail().
◆ nServices
ServiceFlags CNodeStats::nServices |
Definition at line 721 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ nStartingHeight
int CNodeStats::nStartingHeight |
Definition at line 732 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ nTimeConnected
int64_t CNodeStats::nTimeConnected |
Definition at line 725 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ nTimeOffset
int64_t CNodeStats::nTimeOffset |
Definition at line 726 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ nVersion
int CNodeStats::nVersion |
Definition at line 728 of file net.h.
Referenced by RPCConsole::updateNodeDetail().
◆ verifiedProRegTxHash
The documentation for this class was generated from the following file:
- src/net.h