Anoncoin  0.9.4
P2P Digital Currency
Public Attributes | List of all members
CNodeStats Class Reference

#include <net.h>

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 159 of file net.h.

Member Data Documentation

std::string CNodeStats::addrLocal

Definition at line 177 of file net.h.

std::string CNodeStats::addrName

Definition at line 167 of file net.h.

std::string CNodeStats::cleanSubVer

Definition at line 169 of file net.h.

double CNodeStats::dPingTime

Definition at line 175 of file net.h.

double CNodeStats::dPingWait

Definition at line 176 of file net.h.

bool CNodeStats::fInbound

Definition at line 170 of file net.h.

bool CNodeStats::fSyncNode

Definition at line 174 of file net.h.

int64_t CNodeStats::nLastRecv

Definition at line 165 of file net.h.

int64_t CNodeStats::nLastSend

Definition at line 164 of file net.h.

NodeId CNodeStats::nodeid

Definition at line 162 of file net.h.

uint64_t CNodeStats::nRecvBytes

Definition at line 173 of file net.h.

uint64_t CNodeStats::nSendBytes

Definition at line 172 of file net.h.

uint64_t CNodeStats::nServices

Definition at line 163 of file net.h.

int CNodeStats::nStartingHeight

Definition at line 171 of file net.h.

int64_t CNodeStats::nTimeConnected

Definition at line 166 of file net.h.

int CNodeStats::nVersion

Definition at line 168 of file net.h.


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