Files
2023-11-06 16:41:08 +00:00

6 lines
302 B
Go

// The ktable package provides a Kademlia routing table implementation (https://en.wikipedia.org/wiki/Kademlia).
// 2 tables are maintained, one containing nodes and another containing info hashes.
// The btree package contains the binary tree implementation used by the routing table.
package ktable