summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-16 20:08:23 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-16 20:08:23 +0400
commit635629e9274618a637014685011b289e84d774cc (patch)
tree0d306652d38ec2940a8ccdfc343a9722f9a2c5f3 /src/Data
parentebe2d2096a07f3687d42c4ec64023cf744380b42 (diff)
Add warning to not include bootstrap nodes in tNodes
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs
index e76ea57e..ccd5e666 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -226,6 +226,10 @@ data Torrent = Torrent
226 -- torrent generating client's routing table. Alternatively, the 226 -- torrent generating client's routing table. Alternatively, the
227 -- key could be set to a known good 'Network.BitTorrent.Core.Node' 227 -- key could be set to a known good 'Network.BitTorrent.Core.Node'
228 -- such as one operated by the person generating the torrent. 228 -- such as one operated by the person generating the torrent.
229 --
230 -- Please do not automatically add \"router.bittorrent.com\" to
231 -- this list because different bittorrent software may prefer to
232 -- use different bootstrap node.
229 233
230 , tPublisher :: !(Maybe URI) 234 , tPublisher :: !(Maybe URI)
231 -- ^ Containing the RSA public key of the publisher of the 235 -- ^ Containing the RSA public key of the publisher of the