RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
UDP_NatEntry Struct Reference

<<eXtension>> Properties for a Network Address Translation entry More...

#include <netio_udp.h>

Data Fields

struct NETIO_Address local_address
 The local network address.
 
struct NETIO_Address public_address
 The public network address.
 

Detailed Description

<<eXtension>> Properties for a Network Address Translation entry

Adding UDP_NatEntry entries to the UDP_InterfaceFactoryProperty::nat sequence enables translation between local and public network addresses. Please refer to Sequence Support for more information on how to manages sequences in RTI Connext DDS Micro.

Field Documentation

◆ local_address

struct NETIO_Address UDP_NatEntry::local_address

The local network address.

◆ public_address

struct NETIO_Address UDP_NatEntry::public_address

The public network address.