feat(p2p): replaced old ssh relay to new relay mechanism (improved p2p network stablity over NAT).
This commit is contained in:
@ -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 () =>
|
||||
|
||||
Reference in New Issue
Block a user