diff --git a/ping.go b/ping.go index dd79036..127f0c5 100644 --- a/ping.go +++ b/ping.go @@ -90,7 +90,7 @@ func New(addr string) *Pinger { Count: -1, Interval: time.Second, RecordRtts: true, - Size: timeSliceLength, + Size: timeSliceLength + trackerLength, Timeout: time.Duration(math.MaxInt64), Tracker: r.Uint64(),