Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
CNodeStats Class Reference

#include <net.h>

+ Collaboration diagram for CNodeStats:

Public Attributes

NodeId nodeid
 
uint64_t nServices
 
int64_t nLastSend
 
int64_t nLastRecv
 
int64_t nTimeConnected
 
std::string addrName
 
int nVersion
 
std::string cleanSubVer
 
bool fInbound
 
int nStartingHeight
 
uint64_t nSendBytes
 
uint64_t nRecvBytes
 
bool fSyncNode
 
double dPingTime
 
double dPingWait
 
std::string addrLocal
 

Detailed Description

Definition at line 129 of file net.h.

Member Data Documentation

std::string CNodeStats::addrLocal

Definition at line 147 of file net.h.

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

std::string CNodeStats::addrName

Definition at line 137 of file net.h.

Referenced by getpeerinfo().

std::string CNodeStats::cleanSubVer

Definition at line 139 of file net.h.

Referenced by getpeerinfo().

double CNodeStats::dPingTime

Definition at line 145 of file net.h.

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

double CNodeStats::dPingWait

Definition at line 146 of file net.h.

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

bool CNodeStats::fInbound

Definition at line 140 of file net.h.

Referenced by getpeerinfo().

bool CNodeStats::fSyncNode

Definition at line 144 of file net.h.

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

int64_t CNodeStats::nLastRecv

Definition at line 135 of file net.h.

Referenced by getpeerinfo().

int64_t CNodeStats::nLastSend

Definition at line 134 of file net.h.

Referenced by getpeerinfo().

NodeId CNodeStats::nodeid

Definition at line 132 of file net.h.

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

uint64_t CNodeStats::nRecvBytes

Definition at line 143 of file net.h.

Referenced by getpeerinfo().

uint64_t CNodeStats::nSendBytes

Definition at line 142 of file net.h.

Referenced by getpeerinfo().

uint64_t CNodeStats::nServices

Definition at line 133 of file net.h.

Referenced by getpeerinfo().

int CNodeStats::nStartingHeight

Definition at line 141 of file net.h.

Referenced by getpeerinfo().

int64_t CNodeStats::nTimeConnected

Definition at line 136 of file net.h.

Referenced by getpeerinfo().

int CNodeStats::nVersion

Definition at line 138 of file net.h.

Referenced by getpeerinfo().


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