BandwidthStatistics.InboundBandwidthPeaked Field

Definition

A Boolean value that indicates whether the computed inbound bandwidth estimate for the network has peaked.

This member is set to true when the app is using enough of the connection bandwidth that the system can get a good estimate of the bandwidth delay product and can determine that the congestion window is a substantial fraction of the bandwidth delay product. This member can change from true to false if the app sends less data.

This value is always false on systems that do not have extended TCP statistics enabled by default.

public: bool InboundBandwidthPeaked;
bool InboundBandwidthPeaked;
public bool InboundBandwidthPeaked;
Public InboundBandwidthPeaked As Boolean 

Field Value

Boolean

bool

Applies to