i want to know how DDS 5.1.0 send largedata ? and Dose DDS 5.1.0 automactic substract message?
i create data,which max size is 1M > udp message max size 63K .when i use writer to send data,i found data has been send ,but writer qos and publisher qos are DDS 5.1.0 default.
this is not compatible to uersmanual section 6.4 .
thank you.
Hi,
DDS will automatically fragment and re-assemble large data. SO you do not have to worry about this. The only thing is that you may want to use a FlowController to throttle the rate at which data it put on the network.
There is an example application that sends large data in the File Exchange. You can access it at this link: large_data.zip. (https://community.rti.com/filedepot?cid=5&fid=25)
Gerardo