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

11026 "Invalid QOS flow descriptor."

WSA_QOS_EFLOWDESC (Winsock error number: 11026)

Microsoft say this about Winsock error 11026 - WSA_QOS_EFLOWDESC:

An invalid QOS flow descriptor was found in the flow descriptor list.

Full details of Winsock TCP error 11026 - WSA_QOS_EFLOWDESC:

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

Invalid QOS flow descriptor.

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

Programming declarations for 11026 (WSA_QOS_EFLOWDESC):

C#
long WSA_QOS_EFLOWDESC = 11026 ;

VB.net
Dim WSA_QOS_EFLOWDESC As Long = 11026

VB6
Dim WSA_QOS_EFLOWDESC As Long
WSA_QOS_EFLOWDESC = 11026