]> Sergey Matveev's repositories - dht-bootstrap.git/blob - README
Less uninitialized variables
[dht-bootstrap.git] / README
1 Dht-bootstrap is an implementation of a bootstrap node for the BitTorrent
2 (mainline) DHT.  Rather than maintaining a Kademlia routing table, it
3 performs a partly random, partly breadth-first walk of the DHT, and
4 maintains a window of the last 255 reachable nodes that it encounters.  It
5 replies to find_nodes and get_peers requests with a random subset of the
6 reachable window.
7
8 Thanks to Greg Hazel for the initial idea.
9
10                                         Juliusz Chroboczek