Ditto 4.1.0
|
Part of the TransportConfig
that relates to outgoing connections.
More...
#include <TransportConfig.hpp>
Public Attributes | |
std::set< std::string > | tcp_servers |
std::set< std::string > | websocket_urls |
std::chrono::duration< uint32_t, std::milli > | retry_interval {5000} |
Part of the TransportConfig
that relates to outgoing connections.
std::chrono::duration<uint32_t, std::milli> ditto::Connect::retry_interval {5000} |
The retry interval between failed connection attempts.
std::set<std::string> ditto::Connect::tcp_servers |
The set of TCP server addresses that will try to be connected to.
std::set<std::string> ditto::Connect::websocket_urls |
The set of websocket URLs that will try to be connected to.