UDPv4

7 posts / 0 new
Last post
Offline
Last seen: 1 week 2 days ago
Joined: 10/03/2024
Posts: 5
COMMENDFacade_canSampleBeSent:NOT SUPPORTED | Fragment data not supported by this writer Primary tabs

Hello Community Members,

Getting COMMENDFacade_canSampleBeSent:NOT SUPPORTED | Fragment data not supported by this writer after upgrading to 6.1.2.13.

We are upgrading our RTI Version to 6.1.2.13. Although fragmentation and all related settings are enabled in our QOS File but still seems like fragmentation is not happening, Getting this error in our servicr logs while sending the data and the data is not coming in the RTI Admin console : 

Organization:
4 posts / 0 new
Last post
Offline
Last seen: 1 week 2 days ago
Joined: 10/03/2024
Posts: 5
COMMENDFacade_canSampleBeSent:NOT SUPPORTED | Fragment data not supported by this writer

Hello Community Members,

Getting COMMENDFacade_canSampleBeSent:NOT SUPPORTED | Fragment data not supported by this writer after upgrading to 6.1.2.13.

We are upgrading our RTI Version to 6.1.2.13. Although fragmentation and all related settings are enabled in our QOS File but still seems like fragmentation is not happening, Getting this error in our servicr logs while sending the data and the data is not coming in the RTI Admin console : 

Organization:
1 post / 0 new
Offline
Last seen: 6 years 8 months ago
Joined: 04/04/2014
Posts: 27
Unicast Discovery and offline hosts

Hello,


we are migrating from old Suse with kernel 3.0 to a new version with kernel 3.12. One of the changes are ARP limits:

Keywords:
3 posts / 0 new
Last post
Offline
Last seen: 8 years 11 months ago
Joined: 11/18/2015
Posts: 9
Multicast of large topic blocks the network

I'm trying to multicast a topic containing a large byte array (I'm sending messages with a size between 200kb and 900kb).

As far as I'm concert I have to make a custom flow controller for the DomainParticipant as well as setting some UDP properties like message_size_max and socket_buffer_size.

I've also changed the QoS policy on the dataWriter.

Whenever i start the application and starts publishing, the entire network is blocked like a ddos attack. 

4 posts / 0 new
Last post
Offline
Last seen: 11 years 1 month ago
Joined: 04/09/2013
Posts: 13
Increasing UDPv4 buffer size

I am getting UDP errors due to high traffic. I am trying to increase the buffer size but the error I am getting:

NDDS_Transport_Support_set_builtin_transport_property:ERROR participant has already been enabled.
See included code:

/* To customize participant QoS, use
DDSTheParticipantFactory->get_default_participant_qos() */
DDSTheParticipantFactory->get_default_participant_qos(factory_qos);
factory_qos.entity_factory.autoenable_created_entities = DDS_BOOLEAN_FALSE;

Organization:
Subscribe to RSS - UDPv4