From eb3c65c9fa8e0354750039b556537f14b728fef1 Mon Sep 17 00:00:00 2001 From: pemanty Date: Thu, 26 Oct 2023 15:08:24 +0300 Subject: [PATCH] Multiradio throughput issue when Halow used Jira-Id: WC-262 Signed-off-by: pemanty --- common/scripts/mesh-11s_nats.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/scripts/mesh-11s_nats.sh b/common/scripts/mesh-11s_nats.sh index 5a10ccc67..5af28bc3b 100755 --- a/common/scripts/mesh-11s_nats.sh +++ b/common/scripts/mesh-11s_nats.sh @@ -274,6 +274,9 @@ EOF echo "set radio parameters" # /usr/local/bin/cli_app set txpwr fixed 23 + # Batman parameters + batctl "$wifidev" hop_penalty 30 + echo "Longer range tweak.." #if [ "$priority" == "long_range" ]; then # /usr/local/bin/cli_app ...