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.