summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/RPC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Tracker/RPC.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/RPC.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC.hs b/src/Network/BitTorrent/Tracker/RPC.hs
index cdc7d494..39d1b09f 100644
--- a/src/Network/BitTorrent/Tracker/RPC.hs
+++ b/src/Network/BitTorrent/Tracker/RPC.hs
@@ -6,10 +6,10 @@
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- This module provides unified RPC interface to BitTorrent 8-- This module provides unified RPC interface to BitTorrent
9-- trackers. The tracker is an UDP/HTTP/HTTPS service used to discovery 9-- trackers. The tracker is an UDP/HTTP/HTTPS service used to
10-- peers for a particular existing torrent and keep statistics about 10-- discovery peers for a particular existing torrent and keep
11-- the swarm. This module also provides a way to easily request 11-- statistics about the swarm. This module also provides a way to
12-- scrape info for a particular torrent list. 12-- request scrape info for a particular torrent list.
13-- 13--
14{-# LANGUAGE DeriveDataTypeable #-} 14{-# LANGUAGE DeriveDataTypeable #-}
15module Network.BitTorrent.Tracker.RPC 15module Network.BitTorrent.Tracker.RPC