RTI Connext Micro C API Version 4.3.0
Loading...
Searching...
No Matches
UDP_TransformProperty Struct Reference

Properties for the transformation library. More...

#include <netio_udp.h>

Data Fields

RTI_INT32 max_send_message_size
 The maximum size of messages that will be sent through this transformation, in bytes.
 
RTI_INT32 max_receive_message_size
 The maximum size of messages that will be received through this transformation, in bytes.
 

Detailed Description

Properties for the transformation library.

Properties controlling transformation behavior and resource allocation.

These properties are passed to create_*_transform() methods and can be used by implementations to pre-allocate resources and validate packet sizes.

See also
UDP_TransformI::create_destination_transform
UDP_TransformI::create_source_transform