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

11008 "QOS no receivers."

WSA_QOS_NO_RECEIVERS (Winsock error number: 11008)

Microsoft say this about Winsock error 11008 - WSA_QOS_NO_RECEIVERS:

There are no QOS receivers.

Full details of Winsock TCP error 11008 - WSA_QOS_NO_RECEIVERS:

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

QOS no receivers.

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

Programming declarations for 11008 (WSA_QOS_NO_RECEIVERS):

C#
long WSA_QOS_NO_RECEIVERS = 11008 ;

VB.net
Dim WSA_QOS_NO_RECEIVERS As Long = 11008

VB6
Dim WSA_QOS_NO_RECEIVERS As Long
WSA_QOS_NO_RECEIVERS = 11008