summaryrefslogtreecommitdiff
path: root/dht/bittorrent/Readme.md
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-09-28 13:43:29 -0400
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:27:53 -0500
commit11987749fc6e6d3e53ea737d46d5ab13a16faeb8 (patch)
tree5716463275c2d3e902889db619908ded2a73971c /dht/bittorrent/Readme.md
parentadd2c76bced51fde5e9917e7449ef52be70faf87 (diff)
Factor out some new libraries
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
Diffstat (limited to 'dht/bittorrent/Readme.md')
-rw-r--r--dht/bittorrent/Readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/dht/bittorrent/Readme.md b/dht/bittorrent/Readme.md
new file mode 100644
index 00000000..e092c3ad
--- /dev/null
+++ b/dht/bittorrent/Readme.md
@@ -0,0 +1,8 @@
1Layout
2======
3
4| module group | can import | main purpose |
5|:-------------|:----------------:|:-----------------------:|
6| /Network | /Data & /System | peer and data exchange |
7| /System | /Data | filesystem interface |
8| /Data | | torrent metadata |