Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/download-dht-magnet.js')
-rw-r--r--test/node/download-dht-magnet.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/node/download-dht-magnet.js b/test/node/download-dht-magnet.js
index 5b84b11..199d5bc 100644
--- a/test/node/download-dht-magnet.js
+++ b/test/node/download-dht-magnet.js
@@ -28,6 +28,7 @@ test('Download using DHT (via magnet uri)', function (t) {
client1 = new WebTorrent({
tracker: false,
+ lsd: false,
dht: { bootstrap: '127.0.0.1:' + dhtServer.address().port, host: networkAddress.ipv4() }
})
@@ -71,6 +72,7 @@ test('Download using DHT (via magnet uri)', function (t) {
client2 = new WebTorrent({
tracker: false,
+ lsd: false,
dht: { bootstrap: '127.0.0.1:' + dhtServer.address().port, host: networkAddress.ipv4() }
})