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