Tool/software: TI-RTOS
Hello,
I want to receive whole packages with sl_Recv, but in the documentation here: dev.ti.com/.../group___socket.html
It says flags are not supported.
I want to do something similar like this:
recv(socket_rcv, bufferRx, PACKETSIZE, MSG_WAITALL);
I don't know the exact packetsize so this is no option for me.
Currently i have no idea how to move around this problem.
Greetings,
Marvin