Searched refs:GetMaxConnections (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPlatformSpecific.h53 int GetMaxConnections();
55 inline int GetMaxConnections() { return -1; } function in namespace:PlatformSpecific
H A DListenSocket.cpp174 if ((GetOpenSockets()+5 < thePrefs::GetMaxConnections() || theApp->serverconnect->IsConnecting()) && !bListening) {
231 if (GetOpenSockets() > thePrefs::GetMaxConnections() || (m_OpenSocketsInterval > (thePrefs::GetMaxConperFive()*GetMaxConperFiveModifier()) && !bIgnoreInterval)) {
H A DPlatformSpecific.cpp121 int PlatformSpecific::GetMaxConnections() function in class:PlatformSpecific
H A DPreferences.h264 static uint16 GetMaxConnections() { return s_maxconnections; } function in class:CPreferences
H A DECSpecialMuleTags.cpp116 connPrefs.AddTag(CECTag(EC_TAG_CONN_MAX_CONN, thePrefs::GetMaxConnections()));
H A DPreferences.cpp63 #include "PlatformSpecific.h" // Needed for PlatformSpecific::GetMaxConnections()
1494 int iRealMax = PlatformSpecific::GetMaxConnections();

Completed in 103 milliseconds