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