Versions in this module Expand all Collapse all v0 v0.8.0 Jul 2, 2019 Changes in this version + type Mtr struct + Avg time.Duration + Best time.Duration + Host string + Last time.Duration + Loss int + Send int + StDev float64 + Wrst time.Duration + func RunMtr(Addr string, maxrtt time.Duration, maxttl int, maxtimeout int) ([]Mtr, error) v0.5.0 Mar 31, 2018 Changes in this version + func RunPing(Addr string, maxrtt time.Duration, maxttl int, seq int) (float64, error) + type ICMP struct + Addr net.Addr + AvgRTT time.Duration + Down bool + Error error + Final bool + MaxRTT time.Duration + MinRTT time.Duration + RTT time.Duration + Timeout bool + func RunTrace(Addr string, maxrtt time.Duration, maxttl int, maxtimeout int) ([]ICMP, error)