bittorrent-relay
Advanced tools
Comparing version 12.0.7 to 12.0.8
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "12.0.7", | ||
"version": "12.0.8", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
@@ -943,3 +943,2 @@ import Debug from 'debug' | ||
socket.send(JSON.stringify({id: self.id, key: self.key, address: self.address, web: self.web, host: self.host, port: self.port, domain: self.domain, relay: socket.relay, status: self.status, sig: self.sig, action: 'session', reply: true})) | ||
delete socket.relay | ||
} | ||
@@ -946,0 +945,0 @@ } |
102680
2709