-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to prioritize wired links? #993
Comments
Hi @ggsnpdsn ! |
Due to the poor performance of 802.11r testing, I want to use this solution as an alternative |
Try removing this line: lime-packages/packages/lime-proto-babeld/files/usr/lib/lua/lime/proto/babeld.lua Line 127 in 7664098
|
@ggsnpdsn please let us know if the suggestion helps! |
The effect is not obvious, and the data flow will be interrupted. Sometimes it is interrupted for 2s, sometimes it is interrupted for 10s, and sometimes it may be 20s. The interruption time is not a fixed value, it is a random time |
? Is this the effect of removing that line?? Another thing that you can try is to use BATMAN_V instead of BATMAN_IV, see #1014 |
BATMAN_V performance is worse, the problem still exists, and the forwarding rate is more unstable |
For speeding up the routing decisions, please try decreasing the time between Batman-adv hello packets (Originator Messages OGM), as documented here:
The current value is large as most networks are rather static. |
I have four nodes running libremesh, connected one by one through a wired network, the first connected to the internet, and the fifth node moving around these four nodes. I find that I always access the internet through the path directly connected to the first node. I expect the fifth node to select the node with the strongest signal to access the internet. Do I need to set the batman adv parameter? How to change it?
The text was updated successfully, but these errors were encountered: