Socket
Error # 10043
Socket error (#10043): Protocol not supported.
Analyse & Solutions:The protocol has not been configured
into the system, or no implementation for it exists. So, for example,
if a Winsock implementation doesn't support SOCK_RAW with IPPROTO_IP (or
any other protocol), then the socket call would fail with WSAEPROTONOSUPPORT
(however, if it doesn't support SOCK_RAW at all, you should expect WSAESOCKTNOSUPPORT).
|