Dash Core  0.12.2.1
P2P Digital Currency
CNodeStats Class Reference

#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
 

Detailed Description

Definition at line 591 of file net.h.

Member Data Documentation

◆ addr

CAddress CNodeStats::addr

Definition at line 615 of file net.h.

Referenced by RPCConsole::banSelectedNode().

◆ addrLocal

std::string CNodeStats::addrLocal

Definition at line 614 of file net.h.

Referenced by CNode::copyStats(), getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ addrName

std::string CNodeStats::addrName

◆ cleanSubVer

std::string CNodeStats::cleanSubVer

◆ dMinPing

double CNodeStats::dMinPing

◆ dPingTime

double CNodeStats::dPingTime

Definition at line 611 of file net.h.

Referenced by CNode::copyStats(), getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ dPingWait

double CNodeStats::dPingWait

Definition at line 612 of file net.h.

Referenced by CNode::copyStats(), getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ fInbound

bool CNodeStats::fInbound

Definition at line 604 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ fRelayTxes

bool CNodeStats::fRelayTxes

Definition at line 596 of file net.h.

Referenced by getpeerinfo().

◆ fWhitelisted

bool CNodeStats::fWhitelisted

Definition at line 610 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ mapRecvBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd

Definition at line 609 of file net.h.

Referenced by getpeerinfo().

◆ mapSendBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd

Definition at line 607 of file net.h.

Referenced by getpeerinfo().

◆ nLastRecv

int64_t CNodeStats::nLastRecv

Definition at line 598 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nLastSend

int64_t CNodeStats::nLastSend

Definition at line 597 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nodeid

◆ nRecvBytes

uint64_t CNodeStats::nRecvBytes

Definition at line 608 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nSendBytes

uint64_t CNodeStats::nSendBytes

Definition at line 606 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nServices

ServiceFlags CNodeStats::nServices

Definition at line 595 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nStartingHeight

int CNodeStats::nStartingHeight

Definition at line 605 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nTimeConnected

int64_t CNodeStats::nTimeConnected

Definition at line 599 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nTimeOffset

int64_t CNodeStats::nTimeOffset

Definition at line 600 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().

◆ nVersion

int CNodeStats::nVersion

Definition at line 602 of file net.h.

Referenced by getpeerinfo(), and RPCConsole::updateNodeDetail().


The documentation for this class was generated from the following file: