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

11013 "QOS bad object."

WSA_QOS_BAD_OBJECT (Winsock error number: 11013)

Microsoft say this about Winsock error 11013 - WSA_QOS_BAD_OBJECT:

A problem was encountered with some part of the filterspec or the provider-specific buffer in general.

Full details of Winsock TCP error 11013 - WSA_QOS_BAD_OBJECT:

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

QOS bad object.

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

Programming declarations for 11013 (WSA_QOS_BAD_OBJECT):

C#
long WSA_QOS_BAD_OBJECT = 11013 ;

VB.net
Dim WSA_QOS_BAD_OBJECT As Long = 11013

VB6
Dim WSA_QOS_BAD_OBJECT As Long
WSA_QOS_BAD_OBJECT = 11013