CoreDX DDS C++ Reference Manual
Public Attributes | List of all members
CoreDX_TcpTransportConfig Struct Reference

Structure that holds TCP Transport configuration items. More...

Public Attributes

short participant_index
 
CoreDX_IpTransportInterfaceSeq interfaces
 
unsigned char dynamic_interfaces
 
int tx_max_packet_size
 
unsigned int debug_flags
 

Detailed Description

Structure that holds TCP Transport configuration items.

See also
DomainParticipant::add_transport(Transport) add_transport()

Member Data Documentation

unsigned int CoreDX_TcpTransportConfig::debug_flags

adjust the debug output of the transport

unsigned char CoreDX_TcpTransportConfig::dynamic_interfaces

detect and handle changes to interface addresses

CoreDX_IpTransportInterfaceSeq CoreDX_TcpTransportConfig::interfaces

default: empty -> use all available interfaces

short CoreDX_TcpTransportConfig::participant_index

-1: auto detect; else force (may fail if another participant is using the ports (can't exceed 120)

int CoreDX_TcpTransportConfig::tx_max_packet_size

default: 64K (to match the udp limit)


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.