feat(p2p): replaced old ssh relay to new relay mechanism (improved p2p network stablity over NAT).

This commit is contained in:
Alexey Kasyanchuk
2019-03-29 00:50:37 +01:00
parent 639aa839e3
commit df1ebd1e03
3 changed files with 195 additions and 130 deletions

View File

@ -39,7 +39,6 @@ const mime = require('mime');
//server.listen(config.httpPort);
//console.log('Listening web server on', config.httpPort, 'port')
module.exports = function (send, recive, dataDirectory, version, env)
{
this.initialized = (async () =>