This enumeration is used for Winsock version comparison semantics.
typedef enum _DSCP_TRAFFIC_TYPE { DSCPTypeNotSet = 0, DSCPBestEffort = 1, DSCPBackground = 2, DSCPExcellentEffort = 3, DSCPVideo = 4, DSCPAudio = 5, DSCPControl = 6, NumDSCPTrafficTypes = 6 } DSCP_TRAFFIC_TYPE
Indicates that the traffic type is not specified.
Indicates that the traffic should be scheduled with best effort.
Indicates that traffic should be scheduled as a background task.
Indicates that the traffic should be scheduled with excellent effort.
Indicates that the traffic is video.
Indicates that the traffic is audio.
Indicates that the traffic is control data.
Identifies the number of available traffic types.