rmw_dps icon indicating copy to clipboard operation
rmw_dps copied to clipboard

Publish message bigger than max UDP datagram size

Open mauropasse opened this issue 5 years ago • 1 comments

Hi, I'm doing some tests publishing messages of different sizes. When the message size is bigger than the maximum UPD datagram size, an error arises:

250002345 ERROR src/multicast/network.c@416: MulticastSendComplete status=EMSGSIZE

which means that the datagram couldn't be sent because it was too long.

Is there any implemented workaround for this, like splitting the message into chunks?

mauropasse avatar May 16 '19 14:05 mauropasse

DPS itself doesn't do segmentation and reassembly. This could be done at the rmw_dps layer and potentially pushed down into DPS.

malsbat avatar May 16 '19 16:05 malsbat