RTI Connext Cert C API
Version 2.4.15
|
<<eXtension>> <<cert>>. More...
Data Fields | |
RTI_UINT32 | flags |
The flags attribute is a bitmap used to indicate capabilities of the transport. | |
RTI_UINT32 | mtu |
The maximum message size that can be sent and received by the transport. | |
struct NETIO_Address | address |
The address of the interface. | |
const char * | ifname |
The interface name. |
RTI_UINT32 NETIO_DGRAM_InterfaceTableEntry::flags |
The flags attribute is a bitmap used to indicate capabilities of the transport.
RTI_UINT32 NETIO_DGRAM_InterfaceTableEntry::mtu |
The maximum message size that can be sent and received by the transport.
The mtu is a hint to RTI Connext Micro for what the maximum message size that can be sent and received over the transport is. This attributes should be the same of the payload portion; that is the maximum number of bytes that can be encapsulated by the transport.
Note: This attribute is currently ignored by RTI Connext Micro.
struct NETIO_Address NETIO_DGRAM_InterfaceTableEntry::address |
The address of the interface.
This is the address that is announced to other DDS DomainParticipant that this transport can receive messages on.
const char* NETIO_DGRAM_InterfaceTableEntry::ifname |
The interface name.
Note: This attribute is not used by RTI Connext Micro.