bittorrent-dht
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -89,2 +89,3 @@ // TODO: | ||
this.socket.on('listening', this._onListening.bind(this)) | ||
this.socket.on('error', function () {}) // throw away errors | ||
} | ||
@@ -91,0 +92,0 @@ |
{ | ||
"name": "bittorrent-dht", | ||
"description": "Simple, robust, BitTorrent DHT implementation", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
15191
351