|
|
|
@ -262,7 +262,7 @@ public:
@@ -262,7 +262,7 @@ public:
|
|
|
|
|
|
|
|
|
|
// flood relay
|
|
|
|
|
std::vector<CAddress> vAddrToSend; |
|
|
|
|
std::set<CAddress> setAddrKnown; |
|
|
|
|
mruset<CAddress> setAddrKnown; |
|
|
|
|
bool fGetAddr; |
|
|
|
|
std::set<uint256> setKnown; |
|
|
|
|
|
|
|
|
@ -278,7 +278,7 @@ public:
@@ -278,7 +278,7 @@ public:
|
|
|
|
|
int64_t nPingUsecTime; |
|
|
|
|
bool fPingQueued; |
|
|
|
|
|
|
|
|
|
CNode(SOCKET hSocketIn, CAddress addrIn, std::string addrNameIn = "", bool fInboundIn=false) : ssSend(SER_NETWORK, INIT_PROTO_VERSION) |
|
|
|
|
CNode(SOCKET hSocketIn, CAddress addrIn, std::string addrNameIn = "", bool fInboundIn=false) : ssSend(SER_NETWORK, INIT_PROTO_VERSION), setAddrKnown(5000) |
|
|
|
|
{ |
|
|
|
|
nServices = 0; |
|
|
|
|
hSocket = hSocketIn; |
|
|
|
|