* Get a new server-generated request ID for this connection. Used in Exhaust mode * where server generates multiple replies to a single Query. Will probably be used * in other situations as well in which server generates Replies not specifically solicited. */
| 134 | * in other situations as well in which server generates Replies not specifically solicited. |
| 135 | */ |
| 136 | int32_t getNewRequestID() { return nextServerGeneratedRequestID++; } |
| 137 | |
| 138 | /** |
| 139 | * Update the max RequestID we have seen received on this connection. |
no outgoing calls
no test coverage detected