diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
commit | 75711985512c8578e913a1b464816968b4aef5dd (patch) | |
tree | 5ab77d69af0e9bc315b58f1df6ba100e318adfce /src/Data/Torrent.hs | |
parent | 7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff) |
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 7c56edf7..cfc26453 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -187,7 +187,7 @@ import Text.PrettyPrint.Class | |||
187 | import System.FilePath | 187 | import System.FilePath |
188 | import System.Posix.Types | 188 | import System.Posix.Types |
189 | 189 | ||
190 | import Network.BitTorrent.Core.NodeInfo | 190 | import Network.BitTorrent.Address |
191 | 191 | ||
192 | 192 | ||
193 | {----------------------------------------------------------------------- | 193 | {----------------------------------------------------------------------- |
@@ -836,7 +836,7 @@ data Torrent = Torrent | |||
836 | , tNodes :: !(Maybe [NodeAddr HostName]) | 836 | , tNodes :: !(Maybe [NodeAddr HostName]) |
837 | -- ^ This key should be set to the /K closest/ nodes in the | 837 | -- ^ This key should be set to the /K closest/ nodes in the |
838 | -- torrent generating client's routing table. Alternatively, the | 838 | -- torrent generating client's routing table. Alternatively, the |
839 | -- key could be set to a known good 'Network.BitTorrent.Core.Node' | 839 | -- key could be set to a known good 'Network.BitTorrent.Address.Node' |
840 | -- such as one operated by the person generating the torrent. | 840 | -- such as one operated by the person generating the torrent. |
841 | -- | 841 | -- |
842 | -- Please do not automatically add \"router.bittorrent.com\" to | 842 | -- Please do not automatically add \"router.bittorrent.com\" to |