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.message_size_max        =  65535; 
        property.recv_socket_buffer_size =  65535;
        property.send_socket_buffer_size =  65535;            


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc