summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Sessions
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-14 03:25:46 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-14 03:25:46 +0400
commit5a6e5634452ff463a7442dbd8761678651517d20 (patch)
tree5ca9f455dee0aa6fcbf67e34f23b753f00bf3d55 /src/Network/BitTorrent/Sessions
parente160fcee699c7012d8f50a6e4bcd3b8a9c02aedf (diff)
~ Minor changes.
Diffstat (limited to 'src/Network/BitTorrent/Sessions')
-rw-r--r--src/Network/BitTorrent/Sessions/Types.lhs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/Sessions/Types.lhs b/src/Network/BitTorrent/Sessions/Types.lhs
index f94dbfa6..3f9c6db1 100644
--- a/src/Network/BitTorrent/Sessions/Types.lhs
+++ b/src/Network/BitTorrent/Sessions/Types.lhs
@@ -73,10 +73,12 @@ Thread layout
73 73
74When client session created 2 new threads appear: 74When client session created 2 new threads appear:
75 75
76 * DHT listener - replies to DHT requests;
77
78 * Peer listener - accept new P2P connection initiated by other 76 * Peer listener - accept new P2P connection initiated by other
79peers. 77peers;
78
79 * Tracker announcer - announce that the peer have this torrent.
80
81 * OPTIONAL: DHT listener - replies to DHT requests;
80 82
81When swarn session created 3 new threads appear: 83When swarn session created 3 new threads appear:
82 84