diff options
Diffstat (limited to 'src/Network/BitTorrent/Sessions')
-rw-r--r-- | src/Network/BitTorrent/Sessions/Types.lhs | 8 |
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 | ||
74 | When client session created 2 new threads appear: | 74 | When 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 |
79 | peers. | 77 | peers; |
78 | |||
79 | * Tracker announcer - announce that the peer have this torrent. | ||
80 | |||
81 | * OPTIONAL: DHT listener - replies to DHT requests; | ||
80 | 82 | ||
81 | When swarn session created 3 new threads appear: | 83 | When swarn session created 3 new threads appear: |
82 | 84 | ||