![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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 |
std::string CNodeStats::addrLocal |
Definition at line 147 of file net.h.
Referenced by CNode::copyStats(), and getpeerinfo().
std::string CNodeStats::addrName |
Definition at line 137 of file net.h.
Referenced by getpeerinfo().
std::string CNodeStats::cleanSubVer |
Definition at line 139 of file net.h.
Referenced by getpeerinfo().
double CNodeStats::dPingTime |
Definition at line 145 of file net.h.
Referenced by CNode::copyStats(), and getpeerinfo().
double CNodeStats::dPingWait |
Definition at line 146 of file net.h.
Referenced by CNode::copyStats(), and getpeerinfo().
bool CNodeStats::fInbound |
Definition at line 140 of file net.h.
Referenced by getpeerinfo().
bool CNodeStats::fSyncNode |
Definition at line 144 of file net.h.
Referenced by CNode::copyStats(), and getpeerinfo().
int64_t CNodeStats::nLastRecv |
Definition at line 135 of file net.h.
Referenced by getpeerinfo().
int64_t CNodeStats::nLastSend |
Definition at line 134 of file net.h.
Referenced by getpeerinfo().
NodeId CNodeStats::nodeid |
Definition at line 132 of file net.h.
Referenced by CNode::copyStats(), and getpeerinfo().
uint64_t CNodeStats::nRecvBytes |
Definition at line 143 of file net.h.
Referenced by getpeerinfo().
uint64_t CNodeStats::nSendBytes |
Definition at line 142 of file net.h.
Referenced by getpeerinfo().
uint64_t CNodeStats::nServices |
Definition at line 133 of file net.h.
Referenced by getpeerinfo().
int CNodeStats::nStartingHeight |
Definition at line 141 of file net.h.
Referenced by getpeerinfo().
int64_t CNodeStats::nTimeConnected |
Definition at line 136 of file net.h.
Referenced by getpeerinfo().
int CNodeStats::nVersion |
Definition at line 138 of file net.h.
Referenced by getpeerinfo().