diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC/UDP.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/UDP.hs b/src/Network/BitTorrent/Tracker/RPC/UDP.hs index 0cb8e95e..48732b9b 100644 --- a/src/Network/BitTorrent/Tracker/RPC/UDP.hs +++ b/src/Network/BitTorrent/Tracker/RPC/UDP.hs | |||
@@ -7,8 +7,9 @@ | |||
7 | -- | 7 | -- |
8 | -- This module implement UDP tracker protocol. | 8 | -- This module implement UDP tracker protocol. |
9 | -- | 9 | -- |
10 | -- For more info see: | 10 | -- For protocol details and uri scheme see: |
11 | -- <http://www.bittorrent.org/beps/bep_0015.html> | 11 | -- <http://www.bittorrent.org/beps/bep_0015.html>, |
12 | -- <https://www.iana.org/assignments/uri-schemes/prov/udp> | ||
12 | -- | 13 | -- |
13 | {-# LANGUAGE RecordWildCards #-} | 14 | {-# LANGUAGE RecordWildCards #-} |
14 | {-# LANGUAGE FlexibleInstances #-} | 15 | {-# LANGUAGE FlexibleInstances #-} |