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