diff options
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 4 |
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 |