diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-11 03:39:21 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-11 03:39:21 +0400 |
commit | f5163a12b52c2adc9be6be2993443188f79b8bdf (patch) | |
tree | d14cd38338e8e0be958ba033f7afefbc9a9dbbe9 /src | |
parent | 111c72d3b8dda678cd34938aad7a52e744c560c0 (diff) |
Add some good DHT reference
Diffstat (limited to 'src')
-rw-r--r-- | src/Network/BitTorrent/DHT/Readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | References | ||
2 | ========== | ||
3 | |||
4 | Some good references excluding BEPs: | ||
5 | |||
6 | * [Kademlia wiki page][kademlia-wiki] | ||
7 | * [Kademlia: A Peer-to-peer Information System Based on the XOR Metric][kademlia-paper] | ||
8 | * [BitTorrent Mainline DHT Measurement][mldht] | ||
9 | * Profiling a Million User DHT. (paper) | ||
10 | |||
11 | [kademlia-wiki]: http://en.wikipedia.org/wiki/Kademlia | ||
12 | [kademlia-paper]: http://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf | ||
13 | [mldht]: http://www.cs.helsinki.fi/u/jakangas/MLDHT/ | ||