Bitcoin
Public Attributes | List of all members
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
 
bool m_manual_connection
 
int nStartingHeight
 
uint64_t nSendBytes
 
mapMsgCmdSize mapSendBytesPerMsgCmd
 
uint64_t nRecvBytes
 
mapMsgCmdSize mapRecvBytesPerMsgCmd
 
bool fWhitelisted
 
double dPingTime
 
double dPingWait
 
double dMinPing
 
CAmount minFeeFilter
 
std::string addrLocal
 
CAddress addr
 
CAddress addrBind
 

Member Data Documentation

◆ addr

CAddress CNodeStats::addr

◆ addrBind

CAddress CNodeStats::addrBind

◆ addrLocal

std::string CNodeStats::addrLocal

◆ addrName

std::string CNodeStats::addrName

◆ cleanSubVer

std::string CNodeStats::cleanSubVer

◆ dMinPing

double CNodeStats::dMinPing

◆ dPingTime

double CNodeStats::dPingTime

◆ dPingWait

double CNodeStats::dPingWait

◆ fInbound

bool CNodeStats::fInbound

◆ fRelayTxes

bool CNodeStats::fRelayTxes

◆ fWhitelisted

bool CNodeStats::fWhitelisted

◆ m_manual_connection

bool CNodeStats::m_manual_connection

◆ mapRecvBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd

◆ mapSendBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd

◆ minFeeFilter

CAmount CNodeStats::minFeeFilter

◆ nLastRecv

int64_t CNodeStats::nLastRecv

◆ nLastSend

int64_t CNodeStats::nLastSend

◆ nodeid

NodeId CNodeStats::nodeid

◆ nRecvBytes

uint64_t CNodeStats::nRecvBytes

◆ nSendBytes

uint64_t CNodeStats::nSendBytes

◆ nServices

ServiceFlags CNodeStats::nServices

◆ nStartingHeight

int CNodeStats::nStartingHeight

◆ nTimeConnected

int64_t CNodeStats::nTimeConnected

◆ nTimeOffset

int64_t CNodeStats::nTimeOffset

◆ nVersion

int CNodeStats::nVersion

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