LastmileProbeOneWayResult

Result of uplink or downlink last-mile network test.

public static class LastmileProbeOneWayResult {
  public int packetLossRate;
  public int jitter;
  public int availableBandwidth;
}

Properties

packetLossRate
Packet loss rate (%).
jitter
Network jitter (milliseconds).
availableBandwidth
Estimated available bandwidth (bps).