diff --git a/src/net.cpp b/src/net.cpp index 526e2049a..87c4f0af0 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2261,6 +2261,7 @@ CNode::CNode(SOCKET hSocketIn, const CAddress& addrIn, const std::string& addrNa nPingUsecStart = 0; nPingUsecTime = 0; fPingQueued = false; + nMinPingUsecTime = std::numeric_limits::max(); { LOCK(cs_nLastNodeId);