PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
CNodeStats Class Reference

#include <net.h>

Collaboration diagram for CNodeStats:
[legend]

Public Attributes

NodeId nodeid
 
ServiceFlags nServices
 
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
 
uint64_t nRecvBytes
 
bool fWhitelisted
 
double dPingTime
 
double dPingWait
 
std::string addrLocal
 
CAddress addr
 

Detailed Description

Definition at line 180 of file net.h.

Member Data Documentation

◆ addr

CAddress CNodeStats::addr

Definition at line 200 of file net.h.

◆ addrLocal

std::string CNodeStats::addrLocal

Definition at line 199 of file net.h.

◆ addrName

std::string CNodeStats::addrName

Definition at line 189 of file net.h.

◆ cleanSubVer

std::string CNodeStats::cleanSubVer

Definition at line 191 of file net.h.

◆ dPingTime

double CNodeStats::dPingTime

Definition at line 197 of file net.h.

◆ dPingWait

double CNodeStats::dPingWait

Definition at line 198 of file net.h.

◆ fInbound

bool CNodeStats::fInbound

Definition at line 192 of file net.h.

◆ fWhitelisted

bool CNodeStats::fWhitelisted

Definition at line 196 of file net.h.

◆ nLastRecv

int64_t CNodeStats::nLastRecv

Definition at line 186 of file net.h.

◆ nLastSend

int64_t CNodeStats::nLastSend

Definition at line 185 of file net.h.

◆ nodeid

NodeId CNodeStats::nodeid

Definition at line 183 of file net.h.

◆ nRecvBytes

uint64_t CNodeStats::nRecvBytes

Definition at line 195 of file net.h.

◆ nSendBytes

uint64_t CNodeStats::nSendBytes

Definition at line 194 of file net.h.

◆ nServices

ServiceFlags CNodeStats::nServices

Definition at line 184 of file net.h.

◆ nStartingHeight

int CNodeStats::nStartingHeight

Definition at line 193 of file net.h.

◆ nTimeConnected

int64_t CNodeStats::nTimeConnected

Definition at line 187 of file net.h.

◆ nTimeOffset

int64_t CNodeStats::nTimeOffset

Definition at line 188 of file net.h.

◆ nVersion

int CNodeStats::nVersion

Definition at line 190 of file net.h.


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