diff options
author | joe <joe@jerkface.net> | 2017-09-15 06:22:10 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-09-15 06:22:10 -0400 |
commit | 12cbb3af2413dc28838ed271351dda16df8f7bdb (patch) | |
tree | 2db77a787e18a81a8369a8d73fee369d8826f064 /bittorrent/src/Network/BitTorrent/Readme.md | |
parent | 362357c6d08cbd8dffa627a1e80199dcb9ba231f (diff) |
Separating dht-client library from bittorrent package.
Diffstat (limited to 'bittorrent/src/Network/BitTorrent/Readme.md')
-rw-r--r-- | bittorrent/src/Network/BitTorrent/Readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bittorrent/src/Network/BitTorrent/Readme.md b/bittorrent/src/Network/BitTorrent/Readme.md new file mode 100644 index 00000000..ebf9545e --- /dev/null +++ b/bittorrent/src/Network/BitTorrent/Readme.md | |||
@@ -0,0 +1,10 @@ | |||
1 | Layout | ||
2 | ====== | ||
3 | |||
4 | | module group | can import | main purpose | | ||
5 | |:-------------|:------------:|:--------------------------------------:| | ||
6 | | Core | | common datatypes | | ||
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 | | ||