@@ -124,7 +124,7 @@ func (cp *ContinuousPinger) Stats(dSent, dReceive int) (*PingStats, error) {
}
if pkgsInArr == 0 {
return ps, nil
return nil, fmt.Errorf("no packets received")
ps.AvgRtt = time.Duration(sum / int64(pkgsInArr))
The note is not visible to the blocked user.