diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC/HTTP.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs index c39f8f31..d30c0e9d 100644 --- a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs +++ b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs | |||
@@ -2,8 +2,8 @@ | |||
2 | -- Copyright : (c) Sam Truzjan 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : BSD | 3 | -- License : BSD |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : provisional |
6 | -- Portability : non-portable | 6 | -- Portability : portable |
7 | -- | 7 | -- |
8 | -- The tracker is an HTTP/HTTPS service used to discovery peers for | 8 | -- The tracker is an HTTP/HTTPS service used to discovery peers for |
9 | -- a particular existing torrent and keep statistics about the | 9 | -- a particular existing torrent and keep statistics about the |