Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsQOSMBS class.
WindowsQOSMBS.QOSNonAdaptiveFlow = 2
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
If specified, the QoS subsystem will not gather data about the network path for this flow. As a result, functions which rely on bandwidth estimation techniques will not be available. For example, this would block QOSQueryFlow with an Operation value of QOSQueryFlowFundamentals and QOSNotifyFlow with an Operation value of QOSNotifyCongested, QOSNotifyUncongested, and QOSNotifyAvailable.
WindowsQOSMBS.QOSQueryFlowFresh = 1
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
The QOS subsystem will only return fresh, not cached, data. If fresh data is unavailable, it will try to obtain such data, at the expense of possibly taking more time. If this is not possible, the call will fail with the error code ERROR_RETRY.
This flag is only applicable when the Operation parameter is set to QOSQueryFlowFundamentals.
WindowsQOSMBS.QOSTrafficTypeAudioVideo = 3
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
Flow traffic has a network priority higher than QOSTrafficTypeExcellentEffort, yet lower than QOSTrafficTypeVoice. This traffic type should be used for A/V streaming scenarios such as MPEG2 streaming.
Sent traffic will contain a DSCP mark with a value of 0x28 and an 802.1p tag with a value of 5.
WindowsQOSMBS.QOSTrafficTypeBackground = 1
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
Flow traffic has a network priority lower than that of QOSTrafficTypeBestEffort. This traffic type could be used for traffic of an application doing data backup.
Sent traffic will contain a DSCP mark with a value of 0x08 and an 802.1p tag with a value of 2.
WindowsQOSMBS.QOSTrafficTypeBestEffort = 0
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
Flow traffic has the same network priority as regular traffic not associated with QOS.
This traffic type is the same as not specifying priority, and as a result, the DSCP mark and 802.1p tag are not added to sent traffic.
WindowsQOSMBS.QOSTrafficTypeControl = 5
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
Flow traffic has the highest network priority. This traffic type should only be used for the most critical of data. For example, it may be used for data carrying user inputs.
Sent traffic will contain a DSCP mark with a value of 0x38 and an 802.1p tag with a value of 7.
WindowsQOSMBS.QOSTrafficTypeExcellentEffort = 2
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
Flow traffic has a network priority higher than QOSTrafficTypeBestEffort, yet lower than QOSTrafficTypeAudioVideo. This traffic type should be used for data traffic that is more important than normal end-user scenarios, such as email.
Sent traffic will contain a DSCP mark with value of 0x28 and 802.1p tag with a value of 5.
WindowsQOSMBS.QOSTrafficTypeVoice = 4
Type | Topic | Plugin | Version |
const | Network | MBS Win Plugin | 13.5 |
Flow traffic has a network priority higher than QOSTrafficTypeAudioVideo, yet lower than QOSTrafficTypeControl. This traffic type should be used for realtime voice streams such as VOIP.
Sent traffic will contain a DSCP mark with a value of 0x38 and an 802.1p tag with a value of 7.
The items on this page are in the following plugins: MBS Win Plugin.