RTI Connext DDS Micro  Version 2.4.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NETIO

Network I/O. ModuleID = 4. More...

Macros

#define NETIO_LOG_GETHOST_BYNAME_EC   (NETIO_LOG_BASE + 1)
 Failed to get host address from a string representation.
#define NETIO_LOG_BIND_NEW_EC   (NETIO_LOG_BASE + 2)
 Failed to allocate memory for a bind-resolver.
#define NETIO_LOG_BIND_NEW_RTABLE_EC   (NETIO_LOG_BASE + 3)
 Failed to create a database table for routes of a bind-resolver.
#define NETIO_LOG_BIND_CREATE_RTABLE_EC   (NETIO_LOG_BASE + 4)
 Failed to create route record.
#define NETIO_LOG_BIND_DELETE_RTABLE_EC   (NETIO_LOG_BASE + 5)
 Failed to delete a database table for routes of a bind_resolver.
#define NETIO_LOG_BIND_SET_LENGTH_EC   (NETIO_LOG_BASE + 6)
 Failed to set the length for a sequence of resolved addresses.
#define NETIO_LOG_BIND_SET_MAX_EC   (NETIO_LOG_BASE + 7)
 Failed to set the maximum length of an internal sequence of addresses.
#define NETIO_LOG_BIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 8)
 An interface failed on bind_external.
#define NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 10)
 An interface failed on unbind_external.
#define NETIO_LOG_ROUTE_RTABLE_ALLOC_EC   (NETIO_LOG_BASE + 11)
 Failed to allocate memory for a route resolver.
#define NETIO_LOG_ROUTE_RTABLE_CREATE_EC   (NETIO_LOG_BASE + 12)
 Failed to create a database table for routes of a route-resolver.
#define NETIO_LOG_ROUTE_RTABLE_DELETE_EC   (NETIO_LOG_BASE + 13)
 Failed to delete a database table for routes of a route-resolver.
#define NETIO_LOG_ROUTE_RTABLE_ADD_EC   (NETIO_LOG_BASE + 14)
 Failed to create route resolver record.
#define NETIO_LOG_ROUTE_RTABLE_UPDATE_EC   (NETIO_LOG_BASE + 15)
 Failed to find routes to update for a route-resolver.
#define NETIO_LOG_AR_ALLOC_FAILED_EC   (NETIO_LOG_BASE + 16)
 Failed to allocate memory for address resolver.
#define NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC   (NETIO_LOG_BASE + 17)
 An attempt was made to add an existing interface with a different port resolver to the address resolver.
#define NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 18)
 An interface failed to resolve an address.
#define NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 19)
 An interface failed to resolve a port.
#define NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC   (NETIO_LOG_BASE + 21)
 NETIO_AddressResolver_resolve/get_next was called with an uninitialized context.
#define NETIO_LOG_AR_INVALID_TOKEN_EC   (NETIO_LOG_BASE + 22)
 An invalid token was encountered in the address string.
#define NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC   (NETIO_LOG_BASE + 23)
 The length of the address exceeded the address buffer passed in.
#define NETIO_LOG_INVALID_ADDRESS_INDEX_EC   (NETIO_LOG_BASE + 24)
 An address index was not parsed correctly.
#define NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC   (NETIO_LOG_BASE + 25)
 Illegal route operation attempted.
#define NETIO_LOG_SET_NAME_EC   (UDP_LOG_BASE + 26)
 Failed to set the name of a runtime component interface.
#define NETIO_LOG_PACKET_SET_HEAD_EC   (UDP_LOG_BASE + 27)
 Failed to set packet's head.
#define NETIO_LOG_PACKET_SET_TAIL_EC   (UDP_LOG_BASE + 28)
 Failed to set packet's tail.
#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)
 Failed to initialize packet.
#define NETIO_LOG_LOOP_DELETE_TABLE_EC   (NETIO_LOG_BASE + 100)
 Failed to delete a database table for a NETIO loopback interface.
#define NETIO_LOG_LOOP_CREATE_TABLE_EC   (NETIO_LOG_BASE + 101)
 Failed to create a database table for a NETIO loopback interface.
#define NETIO_LOG_LOOP_SELECT_TABLE_EC   (NETIO_LOG_BASE + 102)
 Failed to select a valid record when sending with the NETIO loopback interface.
#define NETIO_LOG_LOOP_FWD_EC   (NETIO_LOG_BASE + 103)
 Failed to send forward with the NETIO loopback interface.
#define NETIO_LOG_LOOP_BINDX_DB_EC   (NETIO_LOG_BASE + 104)
 Failed to bind an external interface with the NETIO loopback interface.
#define NETIO_LOG_LOOP_UNBINDX_DB_EC   (NETIO_LOG_BASE + 105)
 Failed to unbind an external interface with the NETIO loopback interface.
#define NETIO_LOG_LOOP_SET_LENGTH_EC   (NETIO_LOG_BASE + 106)
 Failed to set the length of an address sequence.
#define NETIO_LOG_LOOP_INVALID_PROPERTY_EC   (NETIO_LOG_BASE + 107)
 Invalid property passed in when creating a loopback interface.
#define NETIO_LOG_LOOP_INITIALIZE_FAILED_EC   (NETIO_LOG_BASE + 108)
 Failed to initialize the loopback interface.
#define NETIO_LOG_LOOP_CURSOR_ERROR_EC   (NETIO_LOG_BASE + 109)
 An error occurred with a cursor while iterating over a table.
#define NETIO_LOG_LOOP_INVALID_FACTORY_EC   (NETIO_LOG_BASE + 110)
 An invalid factory was passed in to create a loopback interface.
#define NETIO_LOG_LOOP_INVALID_COMPONENT_EC   (NETIO_LOG_BASE + 111)
 An invalid component was passed in to delete a loopback interface.
#define UDP_LOG_SOCKET_INIT_EC   (UDP_LOG_BASE + 200)
 Failed to initialize use of sockets.
#define UDP_LOG_GETHOSTNAME_EC   (UDP_LOG_BASE + 201)
 Failed to get the host address given the host name.
#define UDP_LOG_SOCKET_SET_MCAST_EC   (UDP_LOG_BASE + 202)
 Failed to set a socket for multicast loopback.
#define UDP_LOG_SOCKET_SET_MCASTIF_EC   (UDP_LOG_BASE + 203)
 Failed to set a socket for multicast bound to a specific interface.
#define UDP_LOG_SOCKET_CREATE_EC   (UDP_LOG_BASE + 204)
 Failed to create a new socket, the sysrc code is the OS return code and reason for failure.
#define UDP_LOG_SOCKET_SETFD_EC   (UDP_LOG_BASE + 205)
 Failed to set the close-on-exec flag for a socket.
#define UDP_LOG_SOCKET_SNDBUF_EC   (UDP_LOG_BASE + 206)
 Failed to set the socket send buffer size.
#define UDP_LOG_SOCKET_TTL_EC   (UDP_LOG_BASE + 207)
 Failed to set multicast TTL for a socket.
#define UDP_LOG_PACKET_INIT_EC   (UDP_LOG_BASE + 208)
 Failed to initialize a receive packet.
#define UDP_LOG_PACKET_HEAD_EC   (UDP_LOG_BASE + 209)
 Failed to set the head of a receive packet.
#define UDP_LOG_PACKET_FWD_EC   (UDP_LOG_BASE + 210)
 Failed reception upstream for a received packet.
#define UDP_LOG_NAT_DELETE_EC   (UDP_LOG_BASE + 211)
 Failed to delete a database record or index from an internal NAT.
#define UDP_LOG_FINALIZE_EC   (UDP_LOG_BASE + 212)
 Failed to finalize the parent NETIO interface.
#define UDP_LOG_SOCKET_REUSE_PORT_EC   (UDP_LOG_BASE + 213)
 Failed to set socket to reuse a port or address.
#define UDP_LOG_SOCKET_BIND_EC   (UDP_LOG_BASE + 214)
 Failed a socket bind.
#define UDP_LOG_SOCKET_ADDGRP_EC   (UDP_LOG_BASE + 215)
 Failed to add membership to a multicast group for a socket.
#define UDP_LOG_PORT_ENTRY_EC   (UDP_LOG_BASE + 216)
 Failed to create a bind entry for a receive port.
#define UDP_LOG_PORT_ALLOC_EC   (UDP_LOG_BASE + 217)
 Failed to allocate memory for a receive buffer of a specific port.
#define UDP_LOG_SOCKET_RXBUF_EC   (UDP_LOG_BASE + 218)
 Failed to set the receive buffer size of a socket.
#define UDP_LOG_PORT_ADD_EC   (UDP_LOG_BASE + 219)
 Failed to add a port entry record to a database table.
#define UDP_LOG_PORT_THREAD_EC   (UDP_LOG_BASE + 220)
 Failed to create a receive thread for a receive port.
#define UDP_LOG_SOCKET_IFLIST_EC   (UDP_LOG_BASE + 221)
 Failed to get a list of interface addresses.
#define UDP_LOG_SOCKET_IFFLAGS_EC   (UDP_LOG_BASE + 222)
 Failed to get the network interface flags or mask of a socket.
#define UDP_LOG_SOCKET_CLOSE_EC   (UDP_LOG_BASE + 223)
 Failed to close a socket.
#define UDP_LOG_LOADLIB_EC   (UDP_LOG_BASE + 224)
 Failed to load a dynamic library.
#define UDP_LOG_GET_BUF_SIZE_EC   (UDP_LOG_BASE + 225)
 Failed to get interface buffer size.
#define UDP_LOG_GET_BUF_ALLOC_EC   (UDP_LOG_BASE + 226)
 Out of memory to allocate interface buffer.
#define UDP_LOG_GET_IFLIST_EC   (UDP_LOG_BASE + 227)
 Failed to get an interface list.
#define UDP_LOG_GET_NAMEINFO_EC   (UDP_LOG_BASE + 228)
 Failed getnameinfo()
#define UDP_LOG_MULTICAST_ENABLE_EC   (UDP_LOG_BASE + 229)
 Failed to enable multicast loopback.
#define UDP_LOG_UDP_CREATE_TABLE_EC   (UDP_LOG_BASE + 230)
 Failed to create a database table for a UDP interface.
#define UDP_LOG_UDP_CREATE_INDEX_EC   (UDP_LOG_BASE + 231)
 Failed to create an index for a UDP interface.
#define UDP_LOG_RECORD_EC   (UDP_LOG_BASE + 232)
 Failed to create or insert a database record for a UDP interface.
#define UDP_LOG_PROPERTY_FINALIZE_EC   (UDP_LOG_BASE + 233)
 Failed to finalize UDP interface factory property.
#define UDP_LOG_ALLOC_EC   (UDP_LOG_BASE + 234)
 Failed to allocate memory for a UDP interface.
#define UDP_LOG_SEND_PING_EC   (UDP_LOG_BASE + 235)
 Failed sending a ping message, upon adding a route or waking up a receive thread.
#define UDP_LOG_DROPGRP_EC   (UDP_LOG_BASE + 236)
 Failed to drop membership from a multicast group.
#define UDP_LOG_GET_LENGTH_EC   (UDP_LOG_BASE + 237)
 Length of address sequence exceeds its maximum.
#define UDP_LOG_SET_LENGTH_EC   (UDP_LOG_BASE + 240)
 Failed to set the length of an address sequence.
#define UDP_LOG_WSA_STARTUP_EC   (UDP_LOG_BASE + 241)
 Failed WSAStartup()
#define UDP_LOG_WINSOCK_INCOMPATIBLE_EC   (UDP_LOG_BASE + 242)
 Incompatible version of Winsock, must not be older than 2.0.
#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC   (UDP_LOG_BASE + 243)
 Inconsistent max_message_size.
#define UDP_LOG_INITIALIZE_FAILED_EC   (UDP_LOG_BASE + 244)
 Failed to initialized the loopback interface.
#define UDP_LOG_PORT_NOT_FOUND_EC   (UDP_LOG_BASE + 245)
 Did not find the specified thread port.
#define UDP_LOG_CURSOR_ERROR_EC   (UDP_LOG_BASE + 246)
 An error occurred while iterating over a cursor.
#define UDP_LOG_SEND_ERROR_EC   (UDP_LOG_BASE + 247)
 Failed to send message.
#define UDP_LOG_MULTICAST_NOT_ENABLED_EC   (UDP_LOG_BASE + 248)
 Multicast address ignored because multicast supported is not compiled in.

Detailed Description

Network I/O. ModuleID = 4.


Macro Definition Documentation

#define NETIO_LOG_GETHOST_BYNAME_EC   (NETIO_LOG_BASE + 1)

Failed to get host address from a string representation.

#define NETIO_LOG_BIND_NEW_EC   (NETIO_LOG_BASE + 2)

Failed to allocate memory for a bind-resolver.

#define NETIO_LOG_BIND_NEW_RTABLE_EC   (NETIO_LOG_BASE + 3)

Failed to create a database table for routes of a bind-resolver.

#define NETIO_LOG_BIND_CREATE_RTABLE_EC   (NETIO_LOG_BASE + 4)

Failed to create route record.

May have exceeded DomainParticipantQos.resource_limits.max_receive_ports or DomainParticipantQos.resource_limits.local_writer_allocation

#define NETIO_LOG_BIND_DELETE_RTABLE_EC   (NETIO_LOG_BASE + 5)

Failed to delete a database table for routes of a bind_resolver.

#define NETIO_LOG_BIND_SET_LENGTH_EC   (NETIO_LOG_BASE + 6)

Failed to set the length for a sequence of resolved addresses.

#define NETIO_LOG_BIND_SET_MAX_EC   (NETIO_LOG_BASE + 7)

Failed to set the maximum length of an internal sequence of addresses.

#define NETIO_LOG_BIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 8)

An interface failed on bind_external.

#define NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 10)

An interface failed on unbind_external.

#define NETIO_LOG_ROUTE_RTABLE_ALLOC_EC   (NETIO_LOG_BASE + 11)

Failed to allocate memory for a route resolver.

#define NETIO_LOG_ROUTE_RTABLE_CREATE_EC   (NETIO_LOG_BASE + 12)

Failed to create a database table for routes of a route-resolver.

#define NETIO_LOG_ROUTE_RTABLE_DELETE_EC   (NETIO_LOG_BASE + 13)

Failed to delete a database table for routes of a route-resolver.

#define NETIO_LOG_ROUTE_RTABLE_ADD_EC   (NETIO_LOG_BASE + 14)

Failed to create route resolver record.

May have exceeded DomainParticipantQos.resource_limits.max_destination_ports

#define NETIO_LOG_ROUTE_RTABLE_UPDATE_EC   (NETIO_LOG_BASE + 15)

Failed to find routes to update for a route-resolver.

#define NETIO_LOG_AR_ALLOC_FAILED_EC   (NETIO_LOG_BASE + 16)

Failed to allocate memory for address resolver.

#define NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC   (NETIO_LOG_BASE + 17)

An attempt was made to add an existing interface with a different port resolver to the address resolver.

#define NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 18)

An interface failed to resolve an address.

#define NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 19)

An interface failed to resolve a port.

#define NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC   (NETIO_LOG_BASE + 21)

NETIO_AddressResolver_resolve/get_next was called with an uninitialized context.

#define NETIO_LOG_AR_INVALID_TOKEN_EC   (NETIO_LOG_BASE + 22)

An invalid token was encountered in the address string.

#define NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC   (NETIO_LOG_BASE + 23)

The length of the address exceeded the address buffer passed in.

#define NETIO_LOG_INVALID_ADDRESS_INDEX_EC   (NETIO_LOG_BASE + 24)

An address index was not parsed correctly.

When parsing an address string the index was not specified correctly. Legal formats are: N@ [,N]@ [N]@ [M,N]@

Where N and M are integers >= 0

#define NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC   (NETIO_LOG_BASE + 25)

Illegal route operation attempted.

#define NETIO_LOG_SET_NAME_EC   (UDP_LOG_BASE + 26)

Failed to set the name of a runtime component interface.

#define NETIO_LOG_PACKET_SET_HEAD_EC   (UDP_LOG_BASE + 27)

Failed to set packet's head.

NETIO_Packet_set_head() failed, due to an invalid delta that would have moved the head position out-of-bounds of the packet.

#define NETIO_LOG_PACKET_SET_TAIL_EC   (UDP_LOG_BASE + 28)

Failed to set packet's tail.

NETIO_Packet_set_tail() failed, due to an invalid delta that would have moved the tail position out-of-bounds of the packet.

#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)

Failed to initialize packet.

NETIO_Packet_initialize() failed due to invalid arguments

#define NETIO_LOG_LOOP_DELETE_TABLE_EC   (NETIO_LOG_BASE + 100)

Failed to delete a database table for a NETIO loopback interface.

#define NETIO_LOG_LOOP_CREATE_TABLE_EC   (NETIO_LOG_BASE + 101)

Failed to create a database table for a NETIO loopback interface.

#define NETIO_LOG_LOOP_SELECT_TABLE_EC   (NETIO_LOG_BASE + 102)

Failed to select a valid record when sending with the NETIO loopback interface.

#define NETIO_LOG_LOOP_FWD_EC   (NETIO_LOG_BASE + 103)

Failed to send forward with the NETIO loopback interface.

#define NETIO_LOG_LOOP_BINDX_DB_EC   (NETIO_LOG_BASE + 104)

Failed to bind an external interface with the NETIO loopback interface.

#define NETIO_LOG_LOOP_UNBINDX_DB_EC   (NETIO_LOG_BASE + 105)

Failed to unbind an external interface with the NETIO loopback interface.

#define NETIO_LOG_LOOP_SET_LENGTH_EC   (NETIO_LOG_BASE + 106)

Failed to set the length of an address sequence.

#define NETIO_LOG_LOOP_INVALID_PROPERTY_EC   (NETIO_LOG_BASE + 107)

Invalid property passed in when creating a loopback interface.

#define NETIO_LOG_LOOP_INITIALIZE_FAILED_EC   (NETIO_LOG_BASE + 108)

Failed to initialize the loopback interface.

#define NETIO_LOG_LOOP_CURSOR_ERROR_EC   (NETIO_LOG_BASE + 109)

An error occurred with a cursor while iterating over a table.

#define NETIO_LOG_LOOP_INVALID_FACTORY_EC   (NETIO_LOG_BASE + 110)

An invalid factory was passed in to create a loopback interface.

#define NETIO_LOG_LOOP_INVALID_COMPONENT_EC   (NETIO_LOG_BASE + 111)

An invalid component was passed in to delete a loopback interface.

#define UDP_LOG_SOCKET_INIT_EC   (UDP_LOG_BASE + 200)

Failed to initialize use of sockets.

#define UDP_LOG_GETHOSTNAME_EC   (UDP_LOG_BASE + 201)

Failed to get the host address given the host name.

#define UDP_LOG_SOCKET_SET_MCAST_EC   (UDP_LOG_BASE + 202)

Failed to set a socket for multicast loopback.

#define UDP_LOG_SOCKET_SET_MCASTIF_EC   (UDP_LOG_BASE + 203)

Failed to set a socket for multicast bound to a specific interface.

#define UDP_LOG_SOCKET_CREATE_EC   (UDP_LOG_BASE + 204)

Failed to create a new socket, the sysrc code is the OS return code and reason for failure.

#define UDP_LOG_SOCKET_SETFD_EC   (UDP_LOG_BASE + 205)

Failed to set the close-on-exec flag for a socket.

#define UDP_LOG_SOCKET_SNDBUF_EC   (UDP_LOG_BASE + 206)

Failed to set the socket send buffer size.

#define UDP_LOG_SOCKET_TTL_EC   (UDP_LOG_BASE + 207)

Failed to set multicast TTL for a socket.

#define UDP_LOG_PACKET_INIT_EC   (UDP_LOG_BASE + 208)

Failed to initialize a receive packet.

#define UDP_LOG_PACKET_HEAD_EC   (UDP_LOG_BASE + 209)

Failed to set the head of a receive packet.

#define UDP_LOG_PACKET_FWD_EC   (UDP_LOG_BASE + 210)

Failed reception upstream for a received packet.

#define UDP_LOG_NAT_DELETE_EC   (UDP_LOG_BASE + 211)

Failed to delete a database record or index from an internal NAT.

#define UDP_LOG_FINALIZE_EC   (UDP_LOG_BASE + 212)

Failed to finalize the parent NETIO interface.

#define UDP_LOG_SOCKET_REUSE_PORT_EC   (UDP_LOG_BASE + 213)

Failed to set socket to reuse a port or address.

#define UDP_LOG_SOCKET_BIND_EC   (UDP_LOG_BASE + 214)

Failed a socket bind.

#define UDP_LOG_SOCKET_ADDGRP_EC   (UDP_LOG_BASE + 215)

Failed to add membership to a multicast group for a socket.

#define UDP_LOG_PORT_ENTRY_EC   (UDP_LOG_BASE + 216)

Failed to create a bind entry for a receive port.

#define UDP_LOG_PORT_ALLOC_EC   (UDP_LOG_BASE + 217)

Failed to allocate memory for a receive buffer of a specific port.

#define UDP_LOG_SOCKET_RXBUF_EC   (UDP_LOG_BASE + 218)

Failed to set the receive buffer size of a socket.

#define UDP_LOG_PORT_ADD_EC   (UDP_LOG_BASE + 219)

Failed to add a port entry record to a database table.

#define UDP_LOG_PORT_THREAD_EC   (UDP_LOG_BASE + 220)

Failed to create a receive thread for a receive port.

#define UDP_LOG_SOCKET_IFLIST_EC   (UDP_LOG_BASE + 221)

Failed to get a list of interface addresses.

#define UDP_LOG_SOCKET_IFFLAGS_EC   (UDP_LOG_BASE + 222)

Failed to get the network interface flags or mask of a socket.

#define UDP_LOG_SOCKET_CLOSE_EC   (UDP_LOG_BASE + 223)

Failed to close a socket.

#define UDP_LOG_LOADLIB_EC   (UDP_LOG_BASE + 224)

Failed to load a dynamic library.

#define UDP_LOG_GET_BUF_SIZE_EC   (UDP_LOG_BASE + 225)

Failed to get interface buffer size.

#define UDP_LOG_GET_BUF_ALLOC_EC   (UDP_LOG_BASE + 226)

Out of memory to allocate interface buffer.

#define UDP_LOG_GET_IFLIST_EC   (UDP_LOG_BASE + 227)

Failed to get an interface list.

#define UDP_LOG_GET_NAMEINFO_EC   (UDP_LOG_BASE + 228)

Failed getnameinfo()

#define UDP_LOG_MULTICAST_ENABLE_EC   (UDP_LOG_BASE + 229)

Failed to enable multicast loopback.

#define UDP_LOG_UDP_CREATE_TABLE_EC   (UDP_LOG_BASE + 230)

Failed to create a database table for a UDP interface.

#define UDP_LOG_UDP_CREATE_INDEX_EC   (UDP_LOG_BASE + 231)

Failed to create an index for a UDP interface.

#define UDP_LOG_RECORD_EC   (UDP_LOG_BASE + 232)

Failed to create or insert a database record for a UDP interface.

#define UDP_LOG_PROPERTY_FINALIZE_EC   (UDP_LOG_BASE + 233)

Failed to finalize UDP interface factory property.

#define UDP_LOG_ALLOC_EC   (UDP_LOG_BASE + 234)

Failed to allocate memory for a UDP interface.

#define UDP_LOG_SEND_PING_EC   (UDP_LOG_BASE + 235)

Failed sending a ping message, upon adding a route or waking up a receive thread.

#define UDP_LOG_DROPGRP_EC   (UDP_LOG_BASE + 236)

Failed to drop membership from a multicast group.

#define UDP_LOG_GET_LENGTH_EC   (UDP_LOG_BASE + 237)

Length of address sequence exceeds its maximum.

#define UDP_LOG_SET_LENGTH_EC   (UDP_LOG_BASE + 240)

Failed to set the length of an address sequence.

#define UDP_LOG_WSA_STARTUP_EC   (UDP_LOG_BASE + 241)

Failed WSAStartup()

#define UDP_LOG_WINSOCK_INCOMPATIBLE_EC   (UDP_LOG_BASE + 242)

Incompatible version of Winsock, must not be older than 2.0.

#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC   (UDP_LOG_BASE + 243)

Inconsistent max_message_size.

UDP_InterfaceProperty.max_message_size is set to an inconsistent value, larger than UDP_InterfaceProperty.max_send_buffer_size and/or larger than UDP_InterfaceProperty.max_receive_buffer_size .

#define UDP_LOG_INITIALIZE_FAILED_EC   (UDP_LOG_BASE + 244)

Failed to initialized the loopback interface.

#define UDP_LOG_PORT_NOT_FOUND_EC   (UDP_LOG_BASE + 245)

Did not find the specified thread port.

#define UDP_LOG_CURSOR_ERROR_EC   (UDP_LOG_BASE + 246)

An error occurred while iterating over a cursor.

#define UDP_LOG_SEND_ERROR_EC   (UDP_LOG_BASE + 247)

Failed to send message.

A message could not be sent due to system error

#define UDP_LOG_MULTICAST_NOT_ENABLED_EC   (UDP_LOG_BASE + 248)

Multicast address ignored because multicast supported is not compiled in.

A multicast address was specified as an address, but multicast support has not been enabled with NETIO_CONFIG_ENABLE_MULTICAST in netio_config.h


RTI Connext DDS Micro Version 2.4.10 Copyright © Fri Jun 30 2017 Real-Time Innovations, Inc