Home
last modified time | relevance | path

Searched refs:m_CntNWErrors (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dpeer_control.cpp193 m_CntNWErrors(0), in CNCPeerControl()
228 if (++m_CntNWErrors >= CNCDistributionConf::GetCntErrorsToThrottle()) { in RegisterConnError()
246 m_CntNWErrors = 0; in RegisterConnSuccess()
289 m_CntNWErrors = 0; in CreateNewSocket()
901 task.WriteText(eol).WriteText("cntNWErrors").WriteText(is).WriteNumber(peer->m_CntNWErrors); in PrintState()
H A Dpeer_control.hpp231 Uint2 m_CntNWErrors; member in CNCPeerControl