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 voidProfileOrganizer. 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.voidProfileOrganizer. 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.voidProfileOrganizer. 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.voidProfileOrganizer. selectHighCapacityPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, int mask, MaskedIPSet ipSet)voidProfileOrganizer. 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 withvoidProfileOrganizer. selectNotFailingPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, int mask, MaskedIPSet ipSet)
-