mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added CIRA timeout
This commit is contained in:
parent
08e6a4302e
commit
202f7c7e6a
11 changed files with 49 additions and 34 deletions
|
@ -24,8 +24,8 @@ module.exports.CreateAmtScanner = function (parent) {
|
|||
obj.pendingSendTimer = null;
|
||||
obj.mainTimer = null;
|
||||
obj.nextTag = 0;
|
||||
var PeriodicScanTime = 30000; // Interval between scan sweeps
|
||||
var PeriodicScanTimeout = 65000; // After this time, timeout the device.
|
||||
const PeriodicScanTime = 30000; // Interval between scan sweeps
|
||||
const PeriodicScanTimeout = 65000; // After this time, timeout the device.
|
||||
|
||||
// Build a RMCP packet with a given tag field
|
||||
obj.buildRmcpPing = function (tag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue