bittorrent-dht
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -423,2 +423,3 @@ module.exports = DHT | ||
self._bootstrapTimeout = setTimeout(function () { | ||
if (self._destroyed) return | ||
// If 0 nodes are in the table after a timeout, retry with bootstrap nodes | ||
@@ -425,0 +426,0 @@ if (self.nodes.count() === 0) { |
{ | ||
"name": "bittorrent-dht", | ||
"description": "Simple, robust, BitTorrent DHT implementation", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
54265
1443