Add -udpPort

This commit is contained in:
Lauri Kasanen
2022-08-01 17:44:26 +03:00
parent 6e52b24992
commit f8013340ab
5 changed files with 15 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ namespace rfb {
static IntParameter videoArea;
static IntParameter videoScaling;
static IntParameter udpFullFrameFrequency;
static IntParameter udpPort;
static StringParameter kasmPasswordFile;
static StringParameter publicIP;
static BoolParameter printVideoArea;