![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
This is the complete list of members for CConnman, including all inherited members.
AcceptConnection(const ListenSocket &hListenSocket) | CConnman | private |
AddNewAddress(const CAddress &addr, const CAddress &addrFrom, int64_t nTimePenalty=0) | CConnman | |
AddNewAddresses(const std::vector< CAddress > &vAddr, const CAddress &addrFrom, int64_t nTimePenalty=0) | CConnman | |
AddNode(const std::string &node) | CConnman | |
AddOneShot(const std::string &strDest) | CConnman | |
AddressCurrentlyConnected(const CService &addr) | CConnman | |
addrman | CConnman | private |
AddWhitelistedRange(const CSubNet &subnet) | CConnman | |
AllNodes | CConnman | static |
AttemptToEvictConnection() | CConnman | private |
Ban(const CNetAddr &netAddr, const BanReason &reason, int64_t bantimeoffset=0, bool sinceUnixEpoch=false) | CConnman | |
Ban(const CSubNet &subNet, const BanReason &reason, int64_t bantimeoffset=0, bool sinceUnixEpoch=false) | CConnman | |
BannedSetIsDirty() | CConnman | private |
BeginMessage(CNode *node, int nVersion, int flags, const std::string &sCommand) | CConnman | private |
BindListenPort(const CService &bindAddr, std::string &strError, bool fWhitelisted=false) | CConnman | |
CConnman() | CConnman | |
CheckIncomingNonce(uint64_t nonce) | CConnman | |
ClearBanned() | CConnman | |
clientInterface | CConnman | private |
condMsgProc | CConnman | private |
CONNECTIONS_ALL enum value | CConnman | |
CONNECTIONS_IN enum value | CConnman | |
CONNECTIONS_NONE enum value | CConnman | |
CONNECTIONS_OUT enum value | CConnman | |
ConnectNode(CAddress addrConnect, const char *pszDest=NULL, bool fConnectToMasternode=false) | CConnman | |
CopyNodeVector() | CConnman | |
cs_setBanned | CConnman | private |
cs_totalBytesRecv | CConnman | private |
cs_totalBytesSent | CConnman | private |
cs_vAddedNodes | CConnman | private |
cs_vNodes | CConnman | mutableprivate |
cs_vOneShots | CConnman | private |
cs_vWhitelistedRange | CConnman | private |
DeleteNode(CNode *pnode) | CConnman | private |
DisconnectNode(const std::string &node) | CConnman | |
DisconnectNode(NodeId id) | CConnman | |
DumpAddresses() | CConnman | private |
DumpBanlist() | CConnman | private |
DumpData() | CConnman | private |
EndMessage(CDataStream &strm) | CConnman | private |
fAddressesInitialized | CConnman | private |
FindNode(const CNetAddr &ip) | CConnman | private |
FindNode(const CSubNet &subNet) | CConnman | private |
FindNode(const std::string &addrName) | CConnman | private |
FindNode(const CService &addr) | CConnman | private |
flagInterruptMsgProc | CConnman | private |
fMsgProcWake | CConnman | private |
fNetworkActive | CConnman | private |
ForEachNode(const Condition &cond, Callable &&func) | CConnman | inline |
ForEachNode(Callable &&func) | CConnman | inline |
ForEachNode(const Condition &cond, Callable &&func) const | CConnman | inline |
ForEachNode(Callable &&func) const | CConnman | inline |
ForEachNodeContinueIf(const Condition &cond, Callable &&func) | CConnman | inline |
ForEachNodeContinueIf(Callable &&func) | CConnman | inline |
ForEachNodeContinueIf(const Condition &cond, Callable &&func) const | CConnman | inline |
ForEachNodeContinueIf(Callable &&func) const | CConnman | inline |
ForEachNodeThen(const Condition &cond, Callable &&pre, CallableAfter &&post) | CConnman | inline |
ForEachNodeThen(Callable &&pre, CallableAfter &&post) | CConnman | inline |
ForEachNodeThen(const Condition &cond, Callable &&pre, CallableAfter &&post) const | CConnman | inline |
ForEachNodeThen(Callable &&pre, CallableAfter &&post) const | CConnman | inline |
ForNode(NodeId id, std::function< bool(const CNode *pnode)> cond, std::function< bool(CNode *pnode)> func) | CConnman | |
ForNode(const CService &addr, std::function< bool(const CNode *pnode)> cond, std::function< bool(CNode *pnode)> func) | CConnman | |
ForNode(const CService &addr, Callable &&func) | CConnman | inline |
ForNode(NodeId id, Callable &&func) | CConnman | inline |
FullyConnectedOnly | CConnman | static |
GetAddedNodeInfo() | CConnman | |
GetAddressCount() const | CConnman | |
GetAddresses() | CConnman | |
GetBanned(banmap_t &banmap) | CConnman | |
GetBestHeight() const | CConnman | |
GetLocalServices() const | CConnman | |
GetMaxOutboundTarget() | CConnman | |
GetMaxOutboundTimeframe() | CConnman | |
GetMaxOutboundTimeLeftInCycle() | CConnman | |
GetNetworkActive() const | CConnman | inline |
GetNewNodeId() | CConnman | private |
GetNodeCount(NumConnections num) | CConnman | |
GetNodeStats(std::vector< CNodeStats > &vstats) | CConnman | |
GetOutboundTargetBytesLeft() | CConnman | |
GetReceiveFloodSize() const | CConnman | |
GetSendBufferSize() const | CConnman | |
GetTotalBytesRecv() | CConnman | |
GetTotalBytesSent() | CConnman | |
Interrupt() | CConnman | |
interruptNet | CConnman | private |
IsBanned(CNetAddr ip) | CConnman | |
IsBanned(CSubNet subnet) | CConnman | |
IsWhitelistedRange(const CNetAddr &addr) | CConnman | private |
MarkAddressGood(const CAddress &addr) | CConnman | |
mutexMsgProc | CConnman | private |
nBestHeight | CConnman | private |
nLastNodeId | CConnman | private |
nLocalServices | CConnman | private |
nMaxConnections | CConnman | private |
nMaxFeeler | CConnman | private |
nMaxOutbound | CConnman | private |
nMaxOutboundCycleStartTime | CConnman | private |
nMaxOutboundLimit | CConnman | private |
nMaxOutboundTimeframe | CConnman | private |
nMaxOutboundTotalBytesSentInCycle | CConnman | private |
NodeFullyConnected(const CNode *pnode) | CConnman | privatestatic |
nReceiveFloodSize | CConnman | private |
nRelevantServices | CConnman | private |
nSendBufferMaxSize | CConnman | private |
nTotalBytesRecv | CConnman | private |
nTotalBytesSent | CConnman | private |
NumConnections enum name | CConnman | |
OpenNetworkConnection(const CAddress &addrConnect, CSemaphoreGrant *grantOutbound=NULL, const char *strDest=NULL, bool fOneShot=false, bool fFeeler=false) | CConnman | |
OutboundTargetReached(bool historicalBlockServingLimit) | CConnman | |
ProcessOneShot() | CConnman | private |
PushMessage(CNode *pnode, const std::string &sCommand, Args &&... args) | CConnman | inline |
PushMessage(CNode *pnode, CDataStream &strm, const std::string &sCommand) | CConnman | private |
PushMessageWithFlag(CNode *pnode, int flag, const std::string &sCommand, Args &&... args) | CConnman | inline |
PushMessageWithVersion(CNode *pnode, int nVersion, const std::string &sCommand, Args &&... args) | CConnman | inline |
PushMessageWithVersionAndFlag(CNode *pnode, int nVersion, int flag, const std::string &sCommand, Args &&... args) | CConnman | inline |
RecordBytesRecv(uint64_t bytes) | CConnman | private |
RecordBytesSent(uint64_t bytes) | CConnman | private |
RelayInv(CInv &inv, const int minProtoVersion=MIN_PEER_PROTO_VERSION) | CConnman | |
RelayTransaction(const CTransaction &tx) | CConnman | |
RelayTransaction(const CTransaction &tx, const CDataStream &ss) | CConnman | |
ReleaseNodeVector(const std::vector< CNode *> &vecNodes) | CConnman | |
RemoveAddedNode(const std::string &node) | CConnman | |
semMasternodeOutbound | CConnman | private |
semOutbound | CConnman | private |
setBanned | CConnman | private |
SetBanned(const banmap_t &banmap) | CConnman | |
setBannedIsDirty | CConnman | private |
SetBannedSetDirty(bool dirty=true) | CConnman | private |
SetBestHeight(int height) | CConnman | |
SetMaxOutboundTarget(uint64_t limit) | CConnman | |
SetMaxOutboundTimeframe(uint64_t timeframe) | CConnman | |
SetNetworkActive(bool active) | CConnman | |
SetServices(const CService &addr, ServiceFlags nServices) | CConnman | |
SocketSendData(CNode *pnode) | CConnman | private |
Start(CScheduler &scheduler, std::string &strNodeError, Options options) | CConnman | |
Stop() | CConnman | |
SweepBanned() | CConnman | private |
ThreadDNSAddressSeed() | CConnman | private |
threadDNSAddressSeed | CConnman | private |
ThreadMessageHandler() | CConnman | private |
threadMessageHandler | CConnman | private |
threadMnbRequestConnections | CConnman | private |
ThreadMnbRequestConnections() | CConnman | private |
threadOpenAddedConnections | CConnman | private |
ThreadOpenAddedConnections() | CConnman | private |
threadOpenConnections | CConnman | private |
ThreadOpenConnections() | CConnman | private |
threadSocketHandler | CConnman | private |
ThreadSocketHandler() | CConnman | private |
Unban(const CNetAddr &ip) | CConnman | |
Unban(const CSubNet &ip) | CConnman | |
vAddedNodes | CConnman | private |
vhListenSocket | CConnman | private |
vNodes | CConnman | private |
vNodesDisconnected | CConnman | private |
vOneShots | CConnman | private |
vWhitelistedRange | CConnman | private |
WakeMessageHandler() | CConnman | private |
~CConnman() | CConnman |