Table of Contents

Enum GroupPolicyQoSPolicyTcpAutoTuningLevel

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the auto tuning level for QoS policy settings.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyQoSPolicyTcpAutoTuningLevel

Fields

Level0 = 2

The auto tuning level is level 0 (minimum throughput).

Level1 = 3

The auto tuning level is level 1 (highly restricted).

Level2 = 4

The auto tuning level is level 2 (restricted).

Level3 = 5

The auto tuning level is level 3 (maximum throughput).

NotSet = 1

The auto tuning level is not set.

Unknown = 0

The auto tuning level is unknown.