In porting RTI Micro Edition, there are some undefined constants in UDPInterface.c. One specific example which I don't know how to resolve is:
NETIO_PING_MSG
and
NETIO_PING_MSG_SIZE
Why are these left undefined in the netio? They are not platform specific, they should be the same across all platforms. Is there a reference I can get on what these values should be defined as?
Hi,
Both are defined in include/netio/netio_common.h:
Regards,
Edward