Record nMinPingUsecTime

This commit is contained in:
Patrick Strateman
2015-08-13 02:31:46 -07:00
committed by Taylor Hornby
parent bd80ec0d23
commit e279e5f90a
2 changed files with 3 additions and 0 deletions

View File

@@ -318,6 +318,8 @@ public:
int64_t nPingUsecStart;
// Last measured round-trip time.
int64_t nPingUsecTime;
// Best measured round-trip time.
int64_t nMinPingUsecTime;
// Whether a ping is requested.
bool fPingQueued;