RoundTripTimeStatistics
RoundTripTimeStatistics
RoundTripTimeStatistics
RoundTripTimeStatistics
Struct
Definition
Represents round trip time information for a StreamSocket object.
public : struct RoundTripTimeStatisticspublic struct RoundTripTimeStatisticsPublic Structure RoundTripTimeStatistics// You can use this struct in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_NETWORKING [Windows Phone]
|
Fields
Max Max Max Max
The maximum sampled round trip time, in microseconds, for a StreamSocket object.
This value is always 0 on systems that do not have extended TCP statistics enabled by default.
public : field unsigned int Maxpublic field uint MaxPublic Field Max// You can use this field in JavaScript.
Min Min Min Min
The minimum sampled round trip time, in microseconds, for a StreamSocket object.
This value is always 0 on systems that do not have extended TCP statistics enabled by default.
public : field unsigned int Minpublic field uint MinPublic Field Min// You can use this field in JavaScript.
Sum Sum Sum Sum
A smoothed value round trip time, in microseconds, computed from all sampled round trip times for a StreamSocket object. The smoothing is a weighted additive function that uses the member.
This value is always 0 on systems that do not have extended TCP statistics enabled by default.
public : field unsigned int Sumpublic field uint SumPublic Field Sum// You can use this field in JavaScript.
Variance Variance Variance Variance
The round trip time variation, in microseconds, for a StreamSocket object. This value is used for receive window auto-tuning.
This value is always 0 on systems that do not have extended TCP statistics enabled by default.
public : field unsigned int Variancepublic field uint VariancePublic Field Variance// You can use this field in JavaScript.