LastmileProbeOneWayResult
Results of the uplink or downlink last-mile network test.
public static class LastmileProbeOneWayResult { public int packetLossRate; public int jitter; public int availableBandwidth; }
Attributes
- packetLossRate
- The packet loss rate (%).
- jitter
- The network jitter (ms).
- availableBandwidth
- The estimated available bandwidth (bps).