diff options
author | Patrick Strateman <patrick.strateman@gmail.com> | 2015-08-13 02:31:46 -0700 |
---|---|---|
committer | Patrick Strateman <patrick.strateman@gmail.com> | 2015-08-22 15:38:23 -0700 |
commit | 4bac60161029de6d71ef1e51e7af803ce6fb8405 (patch) | |
tree | 2d8ff260f263ea341c9d6fef7eb564c355144d4c /src/net.h | |
parent | ae037b707ce164087790f149c048871c66e14cfd (diff) |
Record nMinPingUsecTime
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -395,6 +395,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; |