Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Attributes | List of all members
CNodeStats Class Reference

#include <net.h>

Public Attributes

uint64 nServices
 
int64 nLastSend
 
int64 nLastRecv
 
int64 nTimeConnected
 
std::string addrName
 
int nVersion
 
std::string cleanSubVer
 
bool fInbound
 
int nStartingHeight
 
int nMisbehavior
 
uint64 nSendBytes
 
uint64 nRecvBytes
 
uint64 nBlocksRequested
 
bool fSyncNode
 

Detailed Description

Definition at line 92 of file net.h.

Member Data Documentation

std::string CNodeStats::addrName

Definition at line 99 of file net.h.

std::string CNodeStats::cleanSubVer

Definition at line 101 of file net.h.

bool CNodeStats::fInbound

Definition at line 102 of file net.h.

bool CNodeStats::fSyncNode

Definition at line 108 of file net.h.

uint64 CNodeStats::nBlocksRequested

Definition at line 107 of file net.h.

int64 CNodeStats::nLastRecv

Definition at line 97 of file net.h.

int64 CNodeStats::nLastSend

Definition at line 96 of file net.h.

int CNodeStats::nMisbehavior

Definition at line 104 of file net.h.

uint64 CNodeStats::nRecvBytes

Definition at line 106 of file net.h.

uint64 CNodeStats::nSendBytes

Definition at line 105 of file net.h.

uint64 CNodeStats::nServices

Definition at line 95 of file net.h.

int CNodeStats::nStartingHeight

Definition at line 103 of file net.h.

int64 CNodeStats::nTimeConnected

Definition at line 98 of file net.h.

int CNodeStats::nVersion

Definition at line 100 of file net.h.


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