You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vtr/server_mode/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The telegram header contains helper information required to properly extract the
37
37
- 0 - command id for **get critical path**
38
38
- 1 - command id for **highlight selected path elements**
39
39
40
-
JOB_ID - is unique id for a task.
40
+
JOB_ID is a unique ID for a task. It is used to associate the request with the response by matching the same JOB_ID. Each new client request should increment the JOB_ID value; otherwise, it will not be clear which request the current response belongs to.
41
41
42
42
.. note:: The telegram body itself could be compressed with zlib to minimize the amount of data transferred over the socket.
43
43
This compression is applied to the response of the 'get critical path report' request.
0 commit comments