SimulationProfile Enumeration

Indicates the network profile to be simulated. [Available in ADK and XDK]

Syntax

public enum class SimulationProfile  

Members

Member Value Description
NetworkAverage Represents average connectivity based on 2013 market data from the United States, roughly aligned to DSL subscriptions. This simulates:1 Mbps download speeds700 Kbps upload speeds1% packet loss50 ms of round trip latency
NetworkBroken Simulates a loss of connectivity. Note that even when this value is specified, development tools like the debugger, command line tools, and PIX will continue to work.
NetworkExcellent Represents excellent connectivity based on 2013 market data from the United States, roughly aligned to broadband or cable connectivity. This simulates:35 Mbps download speeds10 Mbps upload speeds0.5% packet loss30 ms of round trip latency
NetworkMinimum Represents the minimum operating requirements ofXbox One. It is a certification requirement that titles be able to support this environment without freezes or crashes. This simulates:256 Kbps download speeds192 Kbps upload speeds1% packet loss75 ms of round trip latency

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

Microsoft.Xbox.Tools.ConsoleExtensions Namespace