15 enable_nagle_algorithm_(false),
16 conn_retry_initial_delay_(500),
17 conn_retry_backoff_multiplier_(2.0),
18 conn_retry_attempts_(3),
19 max_output_pause_period_(-1),
20 passive_reconnect_duration_(DEFAULT_PASSIVE_RECONNECT_DURATION),
21 active_conn_timeout_period_(DEFAULT_ACTIVE_CONN_TIMEOUT_PERIOD)
Base class to hold configuration settings for TransportImpls.
TcpInst(const OPENDDS_STRING &name)
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL