Hi,
I m running CCS on simulator and using ndk_2_20_04_26. I am able to send and recieve udp packets through the simulator.
But i see that when the peer is sending 3 packets , only one packet is recieved (only the last packet is received) at the simulator.But all the three packets are captured in wireshark in the host PC . I am using the function recvfrom. If i give a one second delay between sending the packets from the peer machine, this problem is not there and all packets are received.
The problem could be the overwriting of the buffer where the packets are received, before the packets are actually read.
Any help ?
Thanks in advance