In my C++ application I'm using network connection (TCP). when I'm identify a network connection error I'm trying to connect to another interface. in the reconnection the connect function has passed with no error but on send function it return an SOCKET_ERROR and WSGetLastError return 10054. do you know what is the meaning of this error and what should I do to resolve it?
10x