Closed mattmichal closed 3 years ago
DropRate is calculated on a 0.0 to 1.0 scale when an ICMP is successful. If it's a failure, the DropRate should be set to 1.0 instead of 100.0 so that the scale remains the same in all cases.
Great suggestion, I completely missed that the other values were already using the range 0.0-1.0. Thanks
DropRate is calculated on a 0.0 to 1.0 scale when an ICMP is successful. If it's a failure, the DropRate should be set to 1.0 instead of 100.0 so that the scale remains the same in all cases.