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

Updated FreeBSD agent.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-14 03:08:53 -07:00
parent a793685e1f
commit 8feb68b72a
4 changed files with 11 additions and 5 deletions

View file

@ -1912,8 +1912,8 @@ function createMeshCore(agent) {
if (sdp != null) { ws.write({ type: 'answer', ctrlChannel: '102938', sdp: sdp }); }
break;
}
case 'latency': {
ws.write({ type: 'latency', ctrlChannel: '102938', time: obj.time });
case 'rtt': {
ws.write({ type: 'rtt', ctrlChannel: '102938', time: obj.time });
break;
}
}