When debugging broadcast traffic to improve airtime, I noticed high rate of traffic (3 req/sec) from 192.168.1.1:16720 --> 255.255.255.255:16720 for usteer
The impact of high broadcast traffic is increased airtime utilization (reducing capacity), which increases collisions and latency for other senders.
to debug your usteer traffic, use this tcpdump command
tcpdump -i br-lan port 16720
To reduce this , I added the following configuration . In general I increased the "interval" values by 2-5x
thanks for clarifying, but how does usteer send out steering signals without IP traffic? is there another radio non-IP signal sent out? and what's the purpose of the IP traffic?