Uses of Class
net.i2p.router.util.MaskedIPSet
-
Packages that use MaskedIPSet Package Description net.i2p.router.peermanager The peer manager logs information about the history and quality of network peers. -
-
Uses of MaskedIPSet in net.i2p.router.peermanager
Methods in net.i2p.router.peermanager with parameters of type MaskedIPSet Modifier and Type Method Description void
ProfileOrganizer. selectActiveNotFailingPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, int mask, MaskedIPSet ipSet)
Return a set of Hashes for peers that are both not failing and we're actively talking with.void
ProfileOrganizer. selectFastPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, int mask, MaskedIPSet ipSet)
Return a set of Hashes for peers that are both fast and reliable.void
ProfileOrganizer. selectFastPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, SessionKey randomKey, ProfileOrganizer.Slice subTierMode, int mask, MaskedIPSet ipSet)
Return a set of Hashes for peers that are both fast and reliable.void
ProfileOrganizer. selectHighCapacityPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, int mask, MaskedIPSet ipSet)
void
ProfileOrganizer. selectNotFailingPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, boolean onlyNotFailing, int mask, MaskedIPSet ipSet)
Return a set of Hashes for peers that are not failing, preferring ones that we are already talking withvoid
ProfileOrganizer. selectNotFailingPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, int mask, MaskedIPSet ipSet)
-