| Package | Description |
|---|---|
| net.i2p.router.peermanager |
Peer management, profiling, and capacity calculation for I2P network optimization.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileOrganizer.Slice |
ProfileOrganizer.Slice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileOrganizer.Slice[] |
ProfileOrganizer.Slice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileOrganizer.selectFastPeers(int howMany,
Set<Hash> exclude,
Set<Hash> matches,
SessionKey randomKey,
ProfileOrganizer.Slice subTierMode,
int mask,
MaskedIPSet ipSet) |