Skip navigation links

Package org.klomp.snark.dht

Distributed Hash Table (DHT) implementation for BitTorrent.

See: Description

Package org.klomp.snark.dht Description

Distributed Hash Table (DHT) implementation for BitTorrent.

This package provides a DHT implementation based on the Mainline DHT protocol, allowing I2PSnark to discover peers and find torrents without relying on centralized trackers. The DHT enables decentralized peer discovery and improved download performance.

Key components:

The DHT implementation follows the BEP 5 specification and integrates seamlessly with I2P's anonymous networking layer to provide private, decentralized peer discovery.

Skip navigation links