Uses of Class
net.i2p.router.util.MaskedIPSet
Package
Description
The peer manager logs information about the history and quality of network peers.
-
Uses of MaskedIPSet in net.i2p.router.peermanager
Modifier and TypeMethodDescriptionvoid
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)