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