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.

Udp recvfrom stops receiving

Hi ,

I have a simple ndk udp application. I'm using a C6678 evm. i am trying to communicate with the ndk application from a pc connected to the board. The pc side implementation uses windows socket implementation.

i find that i am able to send and receive messages on both ends when my messages are of 10 bytes or below 10bytes. When my messages are above 10bytes i find that recvfrom remains blocked, it does not seem to come out of the blocked state. I'm sure i am missing out something silly. Does anybody have any suggestions on what i might be doing wrong?

I am using NDK 2.20.4.26.