BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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
 
CAmount minFeeFilter
 
std::string addrLocal
 
CAddress addr
 
CAddress addrBind
 

Detailed Description

Definition at line 545 of file net.h.

Member Data Documentation

◆ addr

CAddress CNodeStats::addr

Definition at line 573 of file net.h.

◆ addrBind

CAddress CNodeStats::addrBind

Definition at line 575 of file net.h.

◆ addrLocal

std::string CNodeStats::addrLocal

Definition at line 571 of file net.h.

◆ addrName

std::string CNodeStats::addrName

Definition at line 555 of file net.h.

◆ cleanSubVer

std::string CNodeStats::cleanSubVer

Definition at line 557 of file net.h.

◆ dMinPing

double CNodeStats::dMinPing

Definition at line 568 of file net.h.

◆ dPingTime

double CNodeStats::dPingTime

Definition at line 566 of file net.h.

◆ dPingWait

double CNodeStats::dPingWait

Definition at line 567 of file net.h.

◆ fInbound

bool CNodeStats::fInbound

Definition at line 558 of file net.h.

◆ fRelayTxes

bool CNodeStats::fRelayTxes

Definition at line 550 of file net.h.

◆ fWhitelisted

bool CNodeStats::fWhitelisted

Definition at line 565 of file net.h.

◆ m_manual_connection

bool CNodeStats::m_manual_connection

Definition at line 559 of file net.h.

◆ mapRecvBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd

Definition at line 564 of file net.h.

◆ mapSendBytesPerMsgCmd

mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd

Definition at line 562 of file net.h.

◆ minFeeFilter

CAmount CNodeStats::minFeeFilter

Definition at line 569 of file net.h.

◆ nLastRecv

int64_t CNodeStats::nLastRecv

Definition at line 552 of file net.h.

◆ nLastSend

int64_t CNodeStats::nLastSend

Definition at line 551 of file net.h.

◆ nodeid

NodeId CNodeStats::nodeid

Definition at line 548 of file net.h.

◆ nRecvBytes

uint64_t CNodeStats::nRecvBytes

Definition at line 563 of file net.h.

◆ nSendBytes

uint64_t CNodeStats::nSendBytes

Definition at line 561 of file net.h.

◆ nServices

ServiceFlags CNodeStats::nServices

Definition at line 549 of file net.h.

◆ nStartingHeight

int CNodeStats::nStartingHeight

Definition at line 560 of file net.h.

◆ nTimeConnected

int64_t CNodeStats::nTimeConnected

Definition at line 553 of file net.h.

◆ nTimeOffset

int64_t CNodeStats::nTimeOffset

Definition at line 554 of file net.h.

◆ nVersion

int CNodeStats::nVersion

Definition at line 556 of file net.h.


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