UDPv4

1 post / 0 new
Offline
Last seen: 6 years 2 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 4 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: 10 years 7 months 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