Part Number: WL1807MOD
Tool/software:
When using "iw dev wlan0_mesh mpath dump", the PATH_CHANGE column indicates very high values. Very often, the value for a certain node increases several times per second. As an example, on a system which has been running for 24 hours, we have:
DEST ADDR NEXT HOP IFACE SN METRIC QLEN EXPTIME DTIM DRET FLAGS HOP_COUNT PATH_CHANGE...:00:97:76 wlan0_mesh 38913 334 0 2100 200 1 0x15 2 289476
In other words, the path has changed 3 times per second on average. Is this really normal? ChatGPT suggests:
mesh_path_refresh_time=5000 mesh_hwmp_preq_min_interval=2000
Copilot instead suggests:
mesh_hwmp_active_path_timeout=20000 mesh_retry_timeout=5000
What do you recommend?