Param
Name | Default value | Description |
---|---|---|
QRC_RECEIVE_POLLING_TIME | 100ms | Polling time for the TCP connection |
QRC_RECEIVE_TIMEOUT | 10s | Time for receiver timeout |
QRC_BUFFER_SIZE | 2500 | QRC frame buffer size in byte |
QRC_NUMBER_OF_CONTROL | 50 | The maximum number of controls that are allowed to send, to receive and to extract. |
![]() | 1. QRC_BUFFER_SIZE defined the length of sending buffer 2. QRC_BUFFER_SIZE is considered to be highly relevant to QRC_NUMBER_OF_CONTROL. In consequence, the value of QRC_BUFFER_SIZE has to be changed accordingly. (The Proportion 1:50 (1 control - 50 Byte) is recommended). |