Hi,
I am observing while sending udp packets using sendto function, some packets are not transfered through network but sendto doesn't return with error. If i am sending with delay between packets i am getting all the packets.
For example, on transmitting 10000 packets using sendto, udp stats shows no of packets sent is 10420 but at receiver side it shows no of packets received is 6993.
Here at the transmitter side udp stats shows no of packets sent is 10420 but gTxCounter in nimu driver shows only 6700 packets. It seems though sendto pass the packets but nimu doesn't receive all the packets as gTxCounter value is less than the transmitted.
NDK Version: 2.21.01.38
MCSDK: 2.1.2.6
Is there any issues or modifications on NDK.
Regards,
Senthil