Click to Rate and Give Feedback
MSDN
MSDN Library
Networking - Core
Windows Sockets
Winsock Reference
 _DSCP_TRAFFIC_TYPE

  Switch on low bandwidth view
_DSCP_TRAFFIC_TYPE
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

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
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.

Headerwinsock2.h
Windows Embedded CEWindows Embedded CE 6.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker