Searched refs:GetMaxDownload (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleTrayIcon.cpp309 unsigned int max_download = thePrefs::GetMaxDownload();
H A DPreferences.h263 static uint16 GetMaxDownload() { return s_maxdownload; } function in class:CPreferences
H A DDownloadQueue.cpp419 if (thePrefs::GetMaxDownload() != UNLIMITED && m_datarate > 1500) {
420 downspeed = (((uint32)thePrefs::GetMaxDownload())*1024*100)/(m_datarate+1);
H A DECSpecialMuleTags.cpp108 connPrefs.AddTag(CECTag(EC_TAG_CONN_MAX_DL, thePrefs::GetMaxDownload()));
H A DExternalConn.cpp582 response->AddTag(CECTag(EC_TAG_STATS_DL_SPEED_LIMIT, (uint32)(thePrefs::GetMaxDownload()*1024.0)));

Completed in 41 milliseconds