Transport Use Cases
[Programming How-To's]

Working with pluggable transports. More...

Changing the automatically registered built-in transports

Changing the properties of the automatically registered builtin transports

The behavior of the automatically registered builtin transports can be altered by changing their properties.

    /* Increase the UDPv4 maximum message size to 64K (large messages). */    
    property.parent.message_size_max =  65535; 
    property.recv_socket_buffer_size =  65535;
    property.send_socket_buffer_size =  65535;            

Creating a transport

Deleting a transport

Registering a transport with a participant

The basic steps for setting up transport plugins for use in an RTI Data Distribution Service application are described below.

Adding receive routes for a transport

Adding send routes for a transport


RTI Data Distribution Service C API Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc