Winsock Error Codes - Brought to you by Winsock-Error.com

11011 "QOS policy failure."

WSA_QOS_POLICY_FAILURE (Winsock error number: 11011)

Microsoft say this about Winsock error 11011 - WSA_QOS_POLICY_FAILURE:

The QOS request was rejected because the policy system couldn't allocate the requested resource within the existing policy.

Full details of Winsock TCP error 11011 - WSA_QOS_POLICY_FAILURE:

No further winsock error code information is available beyond the default message of....

QOS policy failure.

   
This page is designed to help you to understand Winsock TCP error 11011. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 11011, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 11011 (WSA_QOS_POLICY_FAILURE):

C#
long WSA_QOS_POLICY_FAILURE = 11011 ;

VB.net
Dim WSA_QOS_POLICY_FAILURE As Long = 11011

VB6
Dim WSA_QOS_POLICY_FAILURE As Long
WSA_QOS_POLICY_FAILURE = 11011