Package | Description |
---|---|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
Modifier and Type | Class | Description |
---|---|---|
(package private) class |
BloomFilterIVValidator |
Manage the IV validation for all of the router's tunnels by way of a big
decaying bloom filter.
|
(package private) class |
DummyValidator |
accept everything
|
(package private) class |
HashSetIVValidator |
Deprecated.
unused
|
Constructor | Description |
---|---|
HopProcessor(I2PAppContext ctx,
HopConfig config,
IVValidator validator) |
|
InboundEndpointProcessor(RouterContext ctx,
TunnelCreatorConfig cfg,
IVValidator validator) |