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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.cpp859 uint32 nSigningIPsTotal = 0; // unique clients who send us a hash local
863 nSigningIPsTotal += m_aUntrustedHashs[i].m_adwIpsSigning.size();
869 if (nMostTrustedPos == (-1) || nSigningIPsTotal == 0) {
875 (nMostTrustedIPs >= MINUNIQUEIPS_TOTRUST && (100 * nMostTrustedIPs)/nSigningIPsTotal >= MINPERCENTAGE_TOTRUST)) {
882 % nSigningIPsTotal
885 % ((100 * nMostTrustedIPs) / nSigningIPsTotal)
900 % nSigningIPsTotal
903 % ((100 * nMostTrustedIPs) / nSigningIPsTotal)

Completed in 49 milliseconds