Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This enumeration is used for Winsock version comparison semantics.
Syntax
typedef enum _DSCP_TRAFFIC_TYPE { DSCPTypeNotSet = 0, DSCPBestEffort = 1, DSCPBackground = 2, DSCPExcellentEffort = 3, DSCPVideo = 4, DSCPAudio = 5, DSCPControl = 6, NumDSCPTrafficTypes = 6 } DSCP_TRAFFIC_TYPE |
Elements;
- DSCPTypeNotSet
-
Indicates that the traffic type is not specified.
- DSCPBestEffort
-
Indicates that the traffic should be scheduled with best effort.
- DSCPBackground
-
Indicates that traffic should be scheduled as a background task.
- DSCPExcellentEffort
-
Indicates that the traffic should be scheduled with excellent effort.
- DSCPVideo
-
Indicates that the traffic is video.
- DSCPAudio
-
Indicates that the traffic is audio.
- DSCPControl
-
Indicates that the traffic is control data.
- NumDSCPTrafficTypes
-
Identifies the number of available traffic types.
Requirements
Header | winsock2.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |