21 #ifndef KINETIC_CPP_CLIENT_CONNECTION_OPTIONS_H_
22 #define KINETIC_CPP_CLIENT_CONNECTION_OPTIONS_H_
50 #endif // KINETIC_CPP_CLIENT_CONNECTION_OPTIONS_H_
std::string host
The host name or IP address of the kinetic server.
int user_id
The ID of the user to connect as.
std::string hmac_key
The HMAC key of the user specified in user_id.
bool use_ssl
If true secure all TCP traffic to the server using TLSv1. Otherwise all trafic will be plain-text TCP...
int port
The port the kinetic server is running on.
Use this struct to pass all connection options to the KineticConnectionFactory.