summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r--src/Network/BitTorrent/Tracker.hs9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs
index 75cbdf9b..d069730f 100644
--- a/src/Network/BitTorrent/Tracker.hs
+++ b/src/Network/BitTorrent/Tracker.hs
@@ -5,14 +5,9 @@
5-- Stability : experimental 5-- Stability : experimental
6-- Portability : non-portable 6-- Portability : non-portable
7-- 7--
8-- This module provides high level API for peer->tracker 8-- This module provides high level API for peer -> tracker
9-- communication. Tracker is used to discover other peers in the 9-- communication. Tracker is used to discover other peers in the
10-- network. 10-- network using torrent info hash.
11--
12-- By convention most trackers support another form of request,
13-- which queries the state of a given torrent (or all torrents) that
14-- the tracker is managing. This module also provides a way to
15-- easily request scrape info for a particular torrent list.
16-- 11--
17{-# LANGUAGE OverloadedStrings #-} 12{-# LANGUAGE OverloadedStrings #-}
18{-# LANGUAGE RecordWildCards #-} 13{-# LANGUAGE RecordWildCards #-}