Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.tunnel.pool |
Modifier and Type | Method and Description |
---|---|
void |
TunnelManagerFacade.buildTunnels(Destination client,
ClientTunnelSettings settings)
the client connected (or updated their settings), so make sure we have
the tunnels for them, and whenever necessary, ask them to authorize
leases.
|
void |
DummyTunnelManagerFacade.buildTunnels(Destination client,
ClientTunnelSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
TunnelPoolManager.buildTunnels(Destination client,
ClientTunnelSettings settings)
Used only at session startup.
|