Versions in this module Expand all Collapse all v1 v1.0.0 Sep 26, 2024 Changes in this version + const ICMP6Protocol + const ICMPProtocol + func Room(ctx context.Context, roomID string, config Config, log *zap.SugaredLogger) (map[string]*Result, *nerr.E) + type Config struct + Count int + Delay time.Duration + type Host struct + Addr string + ID string + type Pinger struct + func NewPinger() (*Pinger, error) + func (p *Pinger) Close() + func (p *Pinger) Ping(ctx context.Context, config Config, hosts ...Host) map[string]*Result + type Result struct + AverageRoundTrip string + Error string + IP net.IP + PacketsLost int + PacketsReceived int + PacketsSent int