summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-11 08:09:40 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-11 08:09:40 +0400
commitc349e7c07caa7484169c0e9d9e8f10d60d339f28 (patch)
tree008a4f66827ec37e5a8eeb57bd0d238c8063534a /src/Network/BitTorrent
parentf3a8a1d678243f644ebc37ae46ecac63dacbde83 (diff)
Update module layout note
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/Readme.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/Network/BitTorrent/Readme.md b/src/Network/BitTorrent/Readme.md
index 1a73254d..ebf9545e 100644
--- a/src/Network/BitTorrent/Readme.md
+++ b/src/Network/BitTorrent/Readme.md
@@ -1,7 +1,10 @@
1To avoid module dependency hell Network.BitTorrent.$X modules could 1Layout
2depend on: 2======
3 3
4* Data.Torrent.* modules 4| module group | can import | main purpose |
5* Network.BitTorrent.Core.* modules 5|:-------------|:------------:|:--------------------------------------:|
6* Network.BitTorrent.$X.* modules 6| Core | | common datatypes |
7* System.Torrent.* modules 7| DHT | Core | centralized peer discovery |
8| Tracker | Core | decentralized peer discovery |
9| Exchange | Core | torrent content exchange |
10| Client | any other | core of bittorrent client application |