In this post, you’ll learn more about the Windows Socket Error WSAESOCKTNOSUPPORT
10044 returned by the WSAGetLastError function in Windows as well a quick description about the error
Windows Socket Error Code
WSAESOCKTNOSUPPORT
10044
Windows Socket Error Description
Socket type not supported.
The support for the specified socket type does not exist in this address family. For example, the optional type SOCK_RAW might be selected in a socket call, and the implementation does not support SOCK_RAW sockets at all.
Leave a Reply