summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs
index 6a999478..b3bf0ec7 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -194,7 +194,7 @@ import Text.PrettyPrint.HughesPJClass hiding ((<>),($$))
194import System.FilePath 194import System.FilePath
195import System.Posix.Types 195import System.Posix.Types
196 196
197import Network.BitTorrent.Address 197import Network.Address
198import Network.DHT.Routing 198import Network.DHT.Routing
199import Network.DatagramServer.Mainline 199import Network.DatagramServer.Mainline
200 200
@@ -866,7 +866,7 @@ data Torrent = Torrent
866 , tNodes :: !(Maybe [NodeAddr HostName]) 866 , tNodes :: !(Maybe [NodeAddr HostName])
867 -- ^ This key should be set to the /K closest/ nodes in the 867 -- ^ This key should be set to the /K closest/ nodes in the
868 -- torrent generating client's routing table. Alternatively, the 868 -- torrent generating client's routing table. Alternatively, the
869 -- key could be set to a known good 'Network.BitTorrent.Address.Node' 869 -- key could be set to a known good 'Network.Address.Node'
870 -- such as one operated by the person generating the torrent. 870 -- such as one operated by the person generating the torrent.
871 -- 871 --
872 -- Please do not automatically add \"router.bittorrent.com\" to 872 -- Please do not automatically add \"router.bittorrent.com\" to