diff --git a/src/net.cpp b/src/net.cpp index c2a202b2..0c309640 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2147,6 +2147,7 @@ CNode::CNode(SOCKET hSocketIn, CAddress addrIn, std::string addrNameIn, bool fIn nPingUsecStart = 0; nPingUsecTime = 0; fPingQueued = false; + nMinPingUsecTime = std::numeric_limits::max(); { LOCK(cs_nLastNodeId);