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

11007 "No QOS senders."

WSA_QOS_NO_SENDERS (Winsock error number: 11007)

Microsoft say this about Winsock error 11007 - WSA_QOS_NO_SENDERS:

There are no QOS senders.

Full details of Winsock TCP error 11007 - WSA_QOS_NO_SENDERS:

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

No QOS senders.

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

Programming declarations for 11007 (WSA_QOS_NO_SENDERS):

C#
long WSA_QOS_NO_SENDERS = 11007 ;

VB.net
Dim WSA_QOS_NO_SENDERS As Long = 11007

VB6
Dim WSA_QOS_NO_SENDERS As Long
WSA_QOS_NO_SENDERS = 11007