diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-28 17:11:22 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-28 17:11:22 +0400 |
commit | 8bd50e4c3753af0706be099946b2921b33d78dba (patch) | |
tree | 773a58a07bbefcd2ada1ef92b8af6055b8121b98 /src/Network/BitTorrent/Tracker/RPC/UDP.hs | |
parent | 27cbb71768e7f7a38a1e078caf2fc97005bc17b3 (diff) |
Add link to udp: uri scheme registration entry
Diffstat (limited to 'src/Network/BitTorrent/Tracker/RPC/UDP.hs')
-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 #-} |