|
|
@ -243,8 +243,6 @@ public: |
|
|
|
post(); |
|
|
|
post(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
void RelayTransaction(const CTransaction& tx); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Addrman functions
|
|
|
|
// Addrman functions
|
|
|
|
size_t GetAddressCount() const; |
|
|
|
size_t GetAddressCount() const; |
|
|
|
void SetServices(const CService &addr, ServiceFlags nServices); |
|
|
|
void SetServices(const CService &addr, ServiceFlags nServices); |
|
|
@ -286,10 +284,8 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
size_t GetNodeCount(NumConnections num); |
|
|
|
size_t GetNodeCount(NumConnections num); |
|
|
|
void GetNodeStats(std::vector<CNodeStats>& vstats); |
|
|
|
void GetNodeStats(std::vector<CNodeStats>& vstats); |
|
|
|
bool DisconnectAddress(const CNetAddr& addr); |
|
|
|
|
|
|
|
bool DisconnectNode(const std::string& node); |
|
|
|
bool DisconnectNode(const std::string& node); |
|
|
|
bool DisconnectNode(NodeId id); |
|
|
|
bool DisconnectNode(NodeId id); |
|
|
|
bool DisconnectSubnet(const CSubNet& subnet); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unsigned int GetSendBufferSize() const; |
|
|
|
unsigned int GetSendBufferSize() const; |
|
|
|
|
|
|
|
|
|
|
|