Searched refs:GetMaxUpload (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 DUploadBandwidthThrottler.cpp296 if (thePrefs::GetMaxUpload() == UNLIMITED) {
300 allowedDataRate = thePrefs::GetMaxUpload() * 1024;
H A DUploadQueue.cpp301 if (thePrefs::GetMaxUpload() == UNLIMITED) {
305 if (thePrefs::GetMaxUpload() >= 10) {
306 nMaxSlots = (uint16)floor((float)thePrefs::GetMaxUpload() / kBpsUpPerClient + 0.5);
H A DMuleTrayIcon.cpp299 unsigned int max_upload = thePrefs::GetMaxUpload();
H A DPreferences.h224 static uint16 GetMaxUpload() { return s_maxupload; } function in class:CPreferences
H A DECSpecialMuleTags.cpp107 connPrefs.AddTag(CECTag(EC_TAG_CONN_MAX_UL, thePrefs::GetMaxUpload()));
H A DExternalConn.cpp581 response->AddTag(CECTag(EC_TAG_STATS_UL_SPEED_LIMIT, (uint32)(thePrefs::GetMaxUpload()*1024.0)));

Completed in 124 milliseconds