Versions in this module Expand all Collapse all v0 v0.9.0 Sep 6, 2024 Changes in this version + func RunPing(IpAddr *net.IPAddr, 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 + 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)