RoundTripTimeStatistics Members

RoundTripTimeStatistics has the following members.

Public Fields

  Name Description
Max The maximum sampled round trip time, in microseconds, for a StreamSocket object.
Min The minimum sampled round trip time, in microseconds, for a StreamSocket object.
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 Variance member.
Variance The round trip time variation, in microseconds, for a StreamSocket object. This value is used for receive window auto-tuning.

See also

Reference

RoundTripTimeStatistics Structure

Windows.Networking.Sockets Namespace