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

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

Public Attributes

int so_sndbuf
 
int so_rcvbuf
 
unsigned int max_tx_size
 
unsigned int max_rx_buf_size
 
unsigned int debug_flags
 

Detailed Description

Structure that holds LMT Transport configuration items.

See also
DomainParticipant_add_transport()

Member Data Documentation

unsigned int CoreDX_LmtTransportConfig::debug_flags

adjust the debug output of the transport

unsigned int CoreDX_LmtTransportConfig::max_rx_buf_size

limit size of RX buffer (per connection)

unsigned int CoreDX_LmtTransportConfig::max_tx_size

largest LMT packet size we transmit (default: 64K, max: 64K)

int CoreDX_LmtTransportConfig::so_rcvbuf

size in bytes for socket RCVBUF

int CoreDX_LmtTransportConfig::so_sndbuf

size in bytes for socket SNDBUF


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