Add support for bottleneck stats
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user