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

11005 "QOS receivers."

WSA_QOS_RECEIVERS (Winsock error number: 11005)

Microsoft say this about Winsock error 11005 - WSA_QOS_RECEIVERS:

At least one QOS reserve has arrived.

Full details of Winsock TCP error 11005 - WSA_QOS_RECEIVERS:

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

QOS receivers.

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

Programming declarations for 11005 (WSA_QOS_RECEIVERS):

C#
long WSA_QOS_RECEIVERS = 11005 ;

VB.net
Dim WSA_QOS_RECEIVERS As Long = 11005

VB6
Dim WSA_QOS_RECEIVERS As Long
WSA_QOS_RECEIVERS = 11005