1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added agent control channel data accounting.

This commit is contained in:
Ylian Saint-Hilaire 2021-05-05 02:30:23 -07:00
parent b6e3b51be2
commit 82dc7a456f
2 changed files with 21 additions and 1 deletions

View file

@ -350,7 +350,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
relayOut: {},
localRelayCount: {},
localRelayIn: {},
localRelayOut: {}
localRelayOut: {},
AgentCtrlIn: 0,
AgentCtrlOut: 0
}
obj.getTrafficStats = function () { return obj.trafficStats; }