Constants related to the Guacamole protocol parser.
More...
Go to the source code of this file.
|
#define | GUAC_INSTRUCTION_MAX_LENGTH 8192 |
| The maximum number of characters per instruction.
|
|
#define | GUAC_INSTRUCTION_MAX_DIGITS 5 |
| The maximum number of digits to allow per length prefix.
|
|
#define | GUAC_INSTRUCTION_MAX_ELEMENTS 128 |
| The maximum number of elements per instruction, including the opcode.
|
|
Constants related to the Guacamole protocol parser.