From: Johannes Truschnigg Date: Fri, 2 Sep 2022 16:47:21 +0000 (+0200) Subject: Ping all resolved IP addresses for candidate hostnames X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=65a3ec24bdaffc98d41c42f12f48ab20bb5ec0a4;p=sqm_lagthrottle Ping all resolved IP addresses for candidate hostnames --- diff --git a/sqm_lagthrottle_suggest_config.sh b/sqm_lagthrottle_suggest_config.sh index cfe78c2..ef2cde7 100755 --- a/sqm_lagthrottle_suggest_config.sh +++ b/sqm_lagthrottle_suggest_config.sh @@ -55,7 +55,7 @@ printf 'Performing pings, please be patient...' >&2 P_COUNT=480 -fping --addr --count="${P_COUNT}" --period=250 --retry=0 --size=1280 ${POTENTIAL_PING_PEERS} >"${fpo}" 2>&1 +fping --all --addr --count="${P_COUNT}" --period=250 --retry=0 --size=1280 ${POTENTIAL_PING_PEERS} >"${fpo}" 2>&1 wait