WDSTRANSPORT_NETWORK_PROFILE_TYPE enumeration (wdstptmgmt.h)

Defines settings that are used by WDS transport protocols to optimize data transfer on the network. The network profile setting values are optimized for different network speeds and in most cases should not be changed. A custom network profile is included to enable administrators to try different values and find what suits their network best.

Syntax

typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0008 {
  WdsTptNetworkProfileUnknown = 0,
  WdsTptNetworkProfileCustom = 1,
  WdsTptNetworkProfile10Mbps = 2,
  WdsTptNetworkProfile100Mbps = 3,
  WdsTptNetworkProfile1Gbps = 4
} WDSTRANSPORT_NETWORK_PROFILE_TYPE, *PWDSTRANSPORT_NETWORK_PROFILE_TYPE;

Constants

 
WdsTptNetworkProfileUnknown
Value: 0
Default value that indicates that the network profile is not known.
WdsTptNetworkProfileCustom
Value: 1
Indicates that the server should use the custom network profile. This is a profile whose settings can be directly modified by administrators if they need to further customize their settings rather than use one of the fixed, inbox profiles. Note that settings for this profile start with values identical to those of the 100-Mbps profile.
WdsTptNetworkProfile10Mbps
Value: 2
Indicates that the server should use the 10-Mbps network profile, which is optimized for slow 10-Mbps networks.
WdsTptNetworkProfile100Mbps
Value: 3
Indicates that the server should use the 100-Mbps network profile, which is optimized for mainstream 100-Mbps networks. This is the default profile selected for use on a freshly installed WDS server.
WdsTptNetworkProfile1Gbps
Value: 4
Indicates that the server should use the 1-Gbps network profile, which is optimized for fast 1-Gbps or higher networks, such as those used in high-end data centers.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Header wdstptmgmt.h