Add support for bottleneck stats

This commit is contained in:
Lauri Kasanen
2020-09-21 15:51:56 +03:00
parent 45e44a66e5
commit d5bdef121a
11 changed files with 164 additions and 4 deletions

View File

@@ -28,6 +28,9 @@ namespace rfb {
const int msgTypeEndOfContinuousUpdates = 150;
// kasm
const int msgTypeStats = 178;
const int msgTypeServerFence = 248;
// client to server
@@ -42,6 +45,9 @@ namespace rfb {
const int msgTypeEnableContinuousUpdates = 150;
// kasm
const int msgTypeRequestStats = 178;
const int msgTypeClientFence = 248;
const int msgTypeSetDesktopSize = 251;