Type Definition kad::StandardDht[][src]

pub type StandardDht<Id, Info, Data, ReqId> = Dht<Id, Info, Data, ReqId, KNodeTable<Id, Info>, HashMapStore<Id, Data>>;
Expand description

Standard DHT implementation using included KNodeTable and HashMapStore implementations