diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/Readme.md | 15 |
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 @@ | |||
1 | To avoid module dependency hell Network.BitTorrent.$X modules could | 1 | Layout |
2 | depend 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 | | ||