Table of Contents

Class P2PConnectionCapability

Namespace
DotCompute.Core.Memory
Assembly
DotCompute.Core.dll

P2P connection capability information.

public sealed class P2PConnectionCapability
Inheritance
P2PConnectionCapability
Inherited Members

Properties

ConnectionType

Gets or sets the connection type.

public P2PConnectionType ConnectionType { get; init; }

Property Value

P2PConnectionType

The connection type.

EstimatedBandwidthGBps

Gets or sets the estimated bandwidth g bps.

public double EstimatedBandwidthGBps { get; init; }

Property Value

double

The estimated bandwidth g bps.

IsSupported

Gets or sets a value indicating whether supported.

public required bool IsSupported { get; init; }

Property Value

bool

The is supported.

LimitationReason

Gets or sets the limitation reason.

public string? LimitationReason { get; init; }

Property Value

string

The limitation reason.