Class DownloadingRanker
- java.lang.Object
-
- com.biglybt.core.peermanager.uploadslots.DownloadingRanker
-
public class DownloadingRanker extends java.lang.Object
Unchoker implementation to be used while in downloading mode.
-
-
Constructor Summary
Constructors Constructor Description DownloadingRanker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PEPeer
getNextOptimisticPeer(java.util.ArrayList<PEPeer> all_peers)
java.util.ArrayList<PEPeer>
rankPeers(int max_to_unchoke, java.util.ArrayList<PEPeer> all_peers)
-