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

11014 "QOS traffic control error."

WSA_QOS_TRAFFIC_CTRL_ERROR (Winsock error number: 11014)

Microsoft say this about Winsock error 11014 - WSA_QOS_TRAFFIC_CTRL_ERROR:

An error with the underlying traffic control (TC) API as the generic QOS request was converted for local enforcement by the TC API. This could be due to an out of memory error or to an internal QOS provider error.

Full details of Winsock TCP error 11014 - WSA_QOS_TRAFFIC_CTRL_ERROR:

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

QOS traffic control error.

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

Programming declarations for 11014 (WSA_QOS_TRAFFIC_CTRL_ERROR):

C#
long WSA_QOS_TRAFFIC_CTRL_ERROR = 11014 ;

VB.net
Dim WSA_QOS_TRAFFIC_CTRL_ERROR As Long = 11014

VB6
Dim WSA_QOS_TRAFFIC_CTRL_ERROR As Long
WSA_QOS_TRAFFIC_CTRL_ERROR = 11014