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; }