EDC8103I
Operation now in progress.

Explanation

The socket was marked O_NDELAY or O_NONBLOCK using fcntl(), and the connection cannot be immediately established.

System action

The request fails. The application continues to run.

Programmer response

Proceed with cleanup of the application resources, and then close the socket. When the socket has been freed, the application may begin the process again.

Symbolic Feedback Code

EDC7T7