Home
last modified time | relevance | path

Searched refs:m_Aggressiveness (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DUploadClient.cpp771 m_Aggressiveness = 0; in UnBan()
807 m_Aggressiveness += 3; in CheckForAggressive()
810 if ( m_Aggressiveness >= 10 && (!IsBanned() && m_nDownloadState != DS_DOWNLOADING )) { in CheckForAggressive()
812 % m_Aggressiveness in CheckForAggressive()
820 if ( m_Aggressiveness ) in CheckForAggressive()
821 m_Aggressiveness--; in CheckForAggressive()
H A Dupdownclient.h804 uint16 m_Aggressiveness; variable
H A DBaseClient.cpp225 m_Aggressiveness = 0; in Init()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DUploadClient.cpp771 m_Aggressiveness = 0; in UnBan()
807 m_Aggressiveness += 3; in CheckForAggressive()
810 if ( m_Aggressiveness >= 10 && (!IsBanned() && m_nDownloadState != DS_DOWNLOADING )) { in CheckForAggressive()
812 % m_Aggressiveness in CheckForAggressive()
820 if ( m_Aggressiveness ) in CheckForAggressive()
821 m_Aggressiveness--; in CheckForAggressive()
H A Dupdownclient.h804 uint16 m_Aggressiveness;
H A DBaseClient.cpp225 m_Aggressiveness = 0; in Init()