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.

Strange behavior in running NDK tests

Hello All,

I am working in a custom platform ARM+DSP where in I am trying to execute the NDK tests to test the ethernet driver.

When I run the send/recv/echoc applications in a Windows7/XP PC(direct connection between board and PC) in 100Mbps link, the tests fail after sometime

with "TCP:retransmit timeout messages" in the target console. But the same tests, when run in a Linux PC(using wine software to run the exe's), the NDK tests run for a long time and in in more high speed compared to windows.

Is there any difference in the setup regarding OS/network driver? I am very much confused and any comments will be really helping me.

-Rama