diff --git a/main.go b/main.go index 32e1fc1..cf3f062 100644 --- a/main.go +++ b/main.go @@ -137,7 +137,7 @@ func startPingCheck(tnet *netstack.Net, serverIP string, stopChan chan struct{}) func pingWithRetry(tnet *netstack.Net, dst string) error { const ( - maxAttempts = 5 + maxAttempts = 15 retryDelay = 2 * time.Second )