See: Description
| Class | Description |
|---|---|
| HandleDatabaseLookupMessageJob |
Handle a lookup for a key received from a remote peer.
|
| PublishLocalRouterInfoJob |
Publish the local router's RouterInfo periodically.
|
Network database management and coordination for the I2P distributed hash table.
This package provides high-level coordination and management classes for the I2P network database, which is a distributed hash table (DHT) that stores router information and lease sets. While most of the detailed implementation is in the kademlia subpackage, this package contains the coordination logic and job management for network database operations.
Key Components:
Main Functionality:
Usage Notes: