summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Readme.md
blob: ebf9545ef6dbe61c9db3b3cb1fd63cd8296f529c (plain)
1
2
3
4
5
6
7
8
9
10
Layout
======

| module group | can import   | main purpose                           |
|:-------------|:------------:|:--------------------------------------:|
| Core         |              | common datatypes                       |
| DHT          |  Core        | centralized peer discovery             |
| Tracker      |  Core        | decentralized peer discovery           |
| Exchange     |  Core        | torrent content exchange               |
| Client       | any other    | core of bittorrent client application  |