Hi,
I am using DSP/BIOS 5 with NDK2.0. I am creating a client task. What I have found is that when I am waiting to receive a packet back from the server side, I never get the received packet unless I specify the exact size of the packet coming back. Currently I put in the size of the receive buffer as the receive size and it just blocks. When I put in the exact size of the packet coming back, the software finally see's the packet in the receive buffer and lets me proceed with my code. This does not seem right. Do I not have a setting set up correctly?
Will.