| Package | Description |
|---|---|
| net.i2p.router | The I2P router application handles I2P network communication. |
| Modifier and Type | Field and Description |
|---|---|
protected Tuner.AutotuneConfig | Tuner.BaseParam._autotuneAutotune profile for this tunable parameter. |
(package private) static Tuner.AutotuneConfig | Tuner.BaseParam._sharedAutotuneShared instance — set once in Tuner constructor, used by all BaseParams |
| Modifier and Type | Method and Description |
|---|---|
Tuner.AutotuneConfig | Tuner.getAutotune()Shared AutotuneConfig instance. |
| Constructor and Description |
|---|
BaseParam(String name,
String description,
String subsystem,
int defaultMin,
int defaultMax,
int defaultStep,
String statName,
RouterContext ctx,
Tuner.AutotuneConfig autotune) |