https://github.com/jech/dht-bootstrap
BitTorrent DHT bootstrap node
https://github.com/jech/dht-bootstrap
Last synced: about 1 year ago
JSON representation
BitTorrent DHT bootstrap node
- Host: GitHub
- URL: https://github.com/jech/dht-bootstrap
- Owner: jech
- License: mit
- Created: 2011-11-21T00:10:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T22:45:35.000Z (over 5 years ago)
- Last Synced: 2025-03-24T19:39:35.363Z (about 1 year ago)
- Language: C
- Homepage: http://www.pps.jussieu.fr/~jch/software/bittorrent/
- Size: 11.7 KB
- Stars: 71
- Watchers: 10
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
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
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 Greg Hazel for the initial idea.
Juliusz Chroboczek