LastmileProbeOneWayResult constructor

LastmileProbeOneWayResult(
  1. int packetLossRate,
  2. int jitter,
  3. int availableBandwidth
)

Constructs the LastmileProbeOneWayResult.

Implementation

LastmileProbeOneWayResult(
  this.packetLossRate,
  this.jitter,
  this.availableBandwidth,
);