raft 0.1.0
|
#include <server.hpp>
Public Attributes | |
std::string | clientID |
The client ID for this request. | |
uint64_t | requestID |
The request ID for this request. | |
Information about a client request.
This is used for deduplication. The client ID must be unique, and the request ID must be monotonically increasing. For deduplication to function correctly, each request must be processed sequentially for a given client ID.