Throttle rate of nSPV requests

This commit is contained in:
jl777
2019-07-02 05:30:56 -11:00
parent 4411270346
commit 4b876b6118
2 changed files with 38 additions and 16 deletions

View File

@@ -204,6 +204,7 @@ public:
bool fWhitelisted;
double dPingTime;
double dPingWait;
uint32_t lastutxos,lastinfo;
std::string addrLocal;
};