Implementing find node on torrent kademlia routing table
I, already, reviewed a number of documents on this topic but there is something not exactly clear. For example bit torrent document ( http://www.bittorrent.org/beps/bep_0005.html ) states The routing table is subdivided into "buckets" that each cover a portion of the space. An empty table has one bucket with an ID space range of min=0, max=2^160. When a node with ID "N" is inserted into the table, it is placed within the bucket that has min <= N < max. An empty table has only one bucket so any node must fit within it. Each bucket can only hold K nodes, currently eight, before becoming "full."