This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS: NDK - UDP fragmentation

Guru 10750 points


Tool/software: TI-RTOS

Hi,

I'm trying to send a multicast packet size 1801B, I have enlarged the send buffer 

"i = 8192;

setsockopt(socketMultiCast, SOL_SOCKET, SO_SNDBUF, &i, sizeof(int));"

On the nimu.c -> NIMUSendPacket function I get twice one with pPkt->ValidLen = 1530 and one with  pPkt->ValidLen = 347 but on the WireShark I get only the message with the 347B fragmented why am I not getting the second one?

I'm using NDK 2.24.0.11,

Many Thanks,

HR