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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.cpp123 // return the filename on which most publishers seem to agree on
125 // a few bad publishers used and base or search matching and answering on this, instead of the most popular name
126 // Note: The Index values are not the acutal numbers of publishers, but just a relativ number to compare to other entries
432 AdjustGlobalPublishTracking(curEntry.m_ip, false, wxT("more than 100 publishers purge"));
573 // instead of deleting our publishers properly in the destructor with decreasing the count in the global map
588 // here we add a tag including how many publishers this entry has, the trustvalue and how many different names are known
595 uint32_t publishers = m_publishingIPs->size() & 0xFF /*% 256*/; local
597 // 32 bit tag: <namecount uint8><publishers uint8><trustvalue*100 uint16>
598 uint32_t tagValue = (names << 24) | (publishers << 16) | trust;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin69 publishers are granted in the Supplemental License Terms.
83 restrictions for developers and/or publishers licenses are
[all...]

Completed in 230 milliseconds