mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 06:35:54 -05:00
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
03c71e3f34
@ -991,6 +991,17 @@ function createMeshCore(agent) {
|
|||||||
s.end = onTunnelClosed;
|
s.end = onTunnelClosed;
|
||||||
s.tunnel = this;
|
s.tunnel = this;
|
||||||
|
|
||||||
|
if (require('MeshAgent').idleTimeout != null)
|
||||||
|
{
|
||||||
|
s.setTimeout(require('MeshAgent').idleTimeout * 1000);
|
||||||
|
s.on('timeout', function ()
|
||||||
|
{
|
||||||
|
this.ping();
|
||||||
|
this.setTimeout(require('MeshAgent').idleTimeout * 1000);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//sendConsoleText('onTunnelUpgrade - ' + this.tcpport + ' - ' + this.udpport);
|
//sendConsoleText('onTunnelUpgrade - ' + this.tcpport + ' - ' + this.udpport);
|
||||||
|
|
||||||
if (this.tcpport != null) {
|
if (this.tcpport != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user