Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a standalone application on embedded win 7 which uses HORM concept and ewf ram reg mode. The server is on vxworks and both are connected via an ethernet port. Communication is set up using sockets. At the start of the application we get a customised error , which happens if the first message exchange has not happened.

We have a retry mechanism once socket.connect returns with an exception. As we dont have logs , we cannot confirm if the retry is indeed happening.

But once we reinstall the application and new hibernate point is created , the issue does not occur.

Any leads would be appreciated.

Thanks in advance

What I have tried:

Noticed one thing , tcp view status is syn_sent.But wireshark capture does not show syn packet sent out of client. Arp table on the client has no entry for the server at the time of issue occurence. Suspecting connect is not returning.

p.s: ip and port numbers of the server are hardcoded in config file at the client side
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900