From f5163a12b52c2adc9be6be2993443188f79b8bdf Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sat, 11 Jan 2014 03:39:21 +0400 Subject: Add some good DHT reference --- src/Network/BitTorrent/DHT/Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/Network/BitTorrent/DHT/Readme.md (limited to 'src/Network') diff --git a/src/Network/BitTorrent/DHT/Readme.md b/src/Network/BitTorrent/DHT/Readme.md new file mode 100644 index 00000000..e2352f10 --- /dev/null +++ b/src/Network/BitTorrent/DHT/Readme.md @@ -0,0 +1,13 @@ +References +========== + +Some good references excluding BEPs: + +* [Kademlia wiki page][kademlia-wiki] +* [Kademlia: A Peer-to-peer Information System Based on the XOR Metric][kademlia-paper] +* [BitTorrent Mainline DHT Measurement][mldht] +* Profiling a Million User DHT. (paper) + +[kademlia-wiki]: http://en.wikipedia.org/wiki/Kademlia +[kademlia-paper]: http://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf +[mldht]: http://www.cs.helsinki.fi/u/jakangas/MLDHT/ -- cgit v1.2.3