Raven Core  3.0.0
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
 
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
 
std::string addrLocal
 
CAddress addr
 
CAddress addrBind
 

Detailed Description

Definition at line 516 of file net.h.

Member Data Documentation

◆ addr

CAddress CNodeStats::addr

Definition at line 543 of file net.h.

◆ addrBind

CAddress CNodeStats::addrBind

Definition at line 545 of file net.h.

◆ addrLocal

std::string CNodeStats::addrLocal

Definition at line 541 of file net.h.

◆ addrName

std::string CNodeStats::addrName

Definition at line 526 of file net.h.

◆ cleanSubVer

std::string CNodeStats::cleanSubVer

Definition at line 528 of file net.h.

◆ dMinPing

double CNodeStats::dMinPing

Definition at line 539 of file net.h.

◆ dPingTime

double CNodeStats::dPingTime

Definition at line 537 of file net.h.

◆ dPingWait

double CNodeStats::dPingWait

Definition at line 538 of file net.h.

◆ fInbound

bool CNodeStats::fInbound

Definition at line 529 of file net.h.

◆ fRelayTxes

bool CNodeStats::fRelayTxes

Definition at line 521 of file net.h.

◆ fWhitelisted

bool CNodeStats::fWhitelisted

Definition at line 536 of file net.h.

◆ m_manual_connection

bool CNodeStats::m_manual_connection

Definition at line 530 of file net.h.

◆ mapRecvBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd

Definition at line 535 of file net.h.

◆ mapSendBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd

Definition at line 533 of file net.h.

◆ nLastRecv

int64_t CNodeStats::nLastRecv

Definition at line 523 of file net.h.

◆ nLastSend

int64_t CNodeStats::nLastSend

Definition at line 522 of file net.h.

◆ nodeid

NodeId CNodeStats::nodeid

Definition at line 519 of file net.h.

◆ nRecvBytes

uint64_t CNodeStats::nRecvBytes

Definition at line 534 of file net.h.

◆ nSendBytes

uint64_t CNodeStats::nSendBytes

Definition at line 532 of file net.h.

◆ nServices

ServiceFlags CNodeStats::nServices

Definition at line 520 of file net.h.

◆ nStartingHeight

int CNodeStats::nStartingHeight

Definition at line 531 of file net.h.

◆ nTimeConnected

int64_t CNodeStats::nTimeConnected

Definition at line 524 of file net.h.

◆ nTimeOffset

int64_t CNodeStats::nTimeOffset

Definition at line 525 of file net.h.

◆ nVersion

int CNodeStats::nVersion

Definition at line 527 of file net.h.


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