Ditto  1.0.9
Public Attributes | List of all members
ditto::Connect Class Reference

Part of the TransportConfig that relates to outgoing connections. More...

Public Attributes

std::set< std::string > tcp_servers
 
std::set< std::string > websocket_urls
 

Detailed Description

Part of the TransportConfig that relates to outgoing connections.

Member Data Documentation

◆ tcp_servers

std::set<std::string> ditto::Connect::tcp_servers

The set of TCP server addresses that will try to be connected to.

◆ websocket_urls

std::set<std::string> ditto::Connect::websocket_urls

The set of websocket URLs that will try to be connected to.