Report minimum ping time in getpeerinfo

This commit is contained in:
Matt Corallo
2015-09-03 13:06:13 -07:00
parent 69dc5b51a0
commit a6eb4ba38b
3 changed files with 4 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ public:
bool fWhitelisted;
double dPingTime;
double dPingWait;
double dPingMin;
std::string addrLocal;
};