From 19a0ba7271450e01e01f218ff745dea953bda1e2 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Thu, 13 May 2021 21:20:50 -0400 Subject: [PATCH] #111: Don't explicitly specify ip4 for ICMP --- client/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client.go b/client/client.go index 938e70c3..931d5e2e 100644 --- a/client/client.go +++ b/client/client.go @@ -84,7 +84,6 @@ func Ping(address string) (bool, time.Duration) { } pinger.Count = 1 pinger.Timeout = pingTimeout - pinger.SetNetwork("ip4") pinger.SetPrivileged(true) err = pinger.Run() if err != nil {