diff options
Diffstat (limited to 'src/Network/BitTorrent/DHT/Readme.md')
-rw-r--r-- | src/Network/BitTorrent/DHT/Readme.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Network/BitTorrent/DHT/Readme.md b/src/Network/BitTorrent/DHT/Readme.md deleted file mode 100644 index e2352f10..00000000 --- a/src/Network/BitTorrent/DHT/Readme.md +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
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/ | ||