RTI Connext .NET API (legacy)  Version 6.1.1
Common Built-in Transport Properties

Modules

 "<TRANSPORT_PREFIX>.parent.classid"
 
 "<TRANSPORT_PREFIX>.parent.address_bit_count"
 
 "<TRANSPORT_PREFIX>.parent.properties_bitmap"
 
 "<TRANSPORT_PREFIX>.parent.gather_send_buffer_count_max"
 
 "<TRANSPORT_PREFIX>.parent.message_size_max"
 
 "<TRANSPORT_PREFIX>.parent.allow_interfaces"
 
 "<TRANSPORT_PREFIX>.parent.deny_interfaces"
 
 "<TRANSPORT_PREFIX>.parent.allow_multicast_interfaces"
 
 "<TRANSPORT_PREFIX>.parent.deny_multicast_interfaces"
 
 "<TRANSPORT_PREFIX>.parent.thread_name_prefix"
 

Macros

#define NDDS_TRANSPORT_PROPERTY_GATHER_SEND_BUFFER_COUNT_MIN   (3)
 Minimum number of gather-send buffers that must be supported by a Transport Plugin implementation. More...
 

Detailed Description

Macro Definition Documentation

◆ NDDS_TRANSPORT_PROPERTY_GATHER_SEND_BUFFER_COUNT_MIN

#define NDDS_TRANSPORT_PROPERTY_GATHER_SEND_BUFFER_COUNT_MIN   (3)

Minimum number of gather-send buffers that must be supported by a Transport Plugin implementation.

The value of "<TRANSPORT_PREFIX>.parent.gather_send_buffer_count_max" must be greater than or equal to this value.