PDA

View Full Version : network subsystem unavailable


torija
04-03-2002, 03:56 AM
I'm on developing an app which communicates with a server.

First, TCP connection established, and then my app get UDP data from the server.

Getting UDP data, the Server send TCP data to check Keep alive periodically.

After several process such like this, A network error Occured.

The return value of ISOCKET_GetLastError is AEE_NET_ENETNONET.

In AEEError.h file, it means 'network subsystem unavailabe'.

I want to know the reason why this error occurs.
And the solution to solve this.