Constants related to the guac_socket object.
More...
Go to the source code of this file.
|
#define | GUAC_SOCKET_OUTPUT_BUFFER_SIZE 8192 |
| The number of bytes to buffer within each socket before flushing.
|
|
#define | GUAC_SOCKET_KEEP_ALIVE_INTERVAL 5000 |
| The number of milliseconds to wait between keep-alive pings on a socket with keep-alive enabled.
|
|
#define | GUAC_SOCKET_BASE64_READY_BUFFER_SIZE 768 |
| The number of bytes of data to buffer prior to bulk conversion to base64.
|
|
#define | GUAC_SOCKET_BASE64_ENCODED_BUFFER_SIZE 1024 |
| The size of the buffer required to hold GUAC_SOCKET_BASE64_READY_BUFFER_SIZE bytes encoded as base64.
|
|
Constants related to the guac_socket object.