bittorrent-relay
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -644,3 +644,3 @@ import Debug from 'debug' | ||
delete self.trackers[socket.id] | ||
console.log(code, reason) | ||
console.log(code, reason.toString('utf-8')) | ||
} | ||
@@ -647,0 +647,0 @@ socket.on('open', socket.onOpen) |
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
48135