summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-27 16:42:29 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-27 16:42:29 +0400
commited5bb473bd090a03b4e81da0b177cf6fca2afe5a (patch)
treed4cf92bd946f0adedcc82109d7dc330a00039809 /src/Network
parent4fa86bf2814eac33ddcd6fe16a2d9c6110d1064d (diff)
Minor documentation tweaks
Diffstat (limited to 'src/Network')
-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