std::cout<<"WSAETIMEDOUT - Attempt to connect timed out\n"<<std::endl;
break;
caseWSAEINVAL:
std::cout<<"WSAEINVAL - One of the specified parameters was invalid such as the window handle not referring to an existing window, or the specified socket is in an invalid state. "<<std::endl;
break;
caseWSAEINPROGRESS:
std::cout<<"WSAEINPROGRESS - A blocking Winsock call is in progress, or the service provider is still processing a callback function. "<<std::endl;
break;
caseWSAENOTSOCK:
std::cout<<"WSAENOTSOCK - The descriptor is not a socket. "<<std::endl;
break;
caseWSAEADDRINUSE:
std::cout<<"WSAEADDRINUSE - Address already in use"<<std::endl;
break;
caseWSAENOTCONN:
std::cout<<"WSAENOTCONN - Socket not connected"<<std::endl;
break;
caseWSAEAFNOSUPPORT:
std::cout<<"WSAEAFNOSUPPORT - Address family not supported by protocol family"<<std::endl;
break;
caseWSAENOBUFS:
std::cout<<"WSAENOBUFS - No buffer space available. An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full."<<std::endl;
std::cout<<"WSAETIMEDOUT - Attempt to connect timed out\n"<<std::endl;
break;
caseWSAEINVAL:
std::cout<<"WSAEINVAL - One of the specified parameters was invalid such as the window handle not referring to an existing window, or the specified socket is in an invalid state. "<<std::endl;
break;
caseWSAEINPROGRESS:
std::cout<<"WSAEINPROGRESS - A blocking Winsock call is in progress, or the service provider is still processing a callback function. "<<std::endl;
break;
caseWSAENOTSOCK:
std::cout<<"WSAENOTSOCK - The descriptor is not a socket. "<<std::endl;
break;
caseWSAEADDRINUSE:
std::cout<<"WSAEADDRINUSE - Address already in use"<<std::endl;
break;
caseWSAENOTCONN:
std::cout<<"WSAENOTCONN - Socket not connected"<<std::endl;
break;
caseWSAEAFNOSUPPORT:
std::cout<<"WSAEAFNOSUPPORT - Address family not supported by protocol family"<<std::endl;
break;
caseWSAENOBUFS:
std::cout<<"WSAENOBUFS - No buffer space available. An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full."<<std::endl;