Searched refs:GetMaxConperFive (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DListenSocket.cpp231 if (GetOpenSockets() > thePrefs::GetMaxConnections() || (m_OpenSocketsInterval > (thePrefs::GetMaxConperFive()*GetMaxConperFiveModifier()) && !bIgnoreInterval)) {
267 float SpikeTolerance = 2.5f*thePrefs::GetMaxConperFive();
H A DPreferences.h327 static uint16 GetMaxConperFive() { return s_MaxConperFive; } function in class:CPreferences
H A DECSpecialMuleTags.cpp334 cwPrefs.AddTag(CECTag(EC_TAG_CORETW_MAX_CONN_PER_FIVE, thePrefs::GetMaxConperFive()));

Completed in 60 milliseconds