BandwidthStatistics.OutboundBandwidthPeaked Field

Definition

A Boolean value that indicates whether the computed outbound bandwidth estimate for the network path 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 OutboundBandwidthPeaked;
bool OutboundBandwidthPeaked;
public bool OutboundBandwidthPeaked;
Public OutboundBandwidthPeaked As Boolean 

Field Value

Boolean

bool

Applies to