update lqm how-to (#378)

This commit is contained in:
Steve 2024-08-05 08:00:51 -07:00 committed by GitHub
parent ab40fb32f5
commit 7c4f5786a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -68,6 +68,8 @@ The *Link Quality Manager* can be enabled on any node running 3.22.12.0 or newer
4. Blocks radio links with too many retransmission errors 4. Blocks radio links with too many retransmission errors
5. Sets the nodes Coverage Class based on the most distant non-blocked node that is a direct, routable neighbor. 5. Sets the nodes Coverage Class based on the most distant non-blocked node that is a direct, routable neighbor.
The *Link Quality Manager* refreshes its state every minute and adjusts the blocked nodes and Coverage Class calculations.
What does this mean? What does this mean?
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
@ -77,8 +79,6 @@ What does this mean?
4. Some links can have high SNR, not be far away, but still have terrible performance due to excessive retransmission errors. While some retransmissions are to be expected, if this rate becomes large then performance suffers. LQM blocks links with poor link quality. 4. Some links can have high SNR, not be far away, but still have terrible performance due to excessive retransmission errors. While some retransmissions are to be expected, if this rate becomes large then performance suffers. LQM blocks links with poor link quality.
5. LQM disables automatic distance detection and takes over the job of managing the Coverage Class. LQM evaluates the non-blocked links and determines whether there is at least one route which uses this link. It then selects the link with the largest distance and uses this to calculate the Coverage Class. 5. LQM disables automatic distance detection and takes over the job of managing the Coverage Class. LQM evaluates the non-blocked links and determines whether there is at least one route which uses this link. It then selects the link with the largest distance and uses this to calculate the Coverage Class.
The *Link Quality Manager* refreshes its state every minute and adjusts the blocked nodes and Coverage Class calculations. The *Neighbor Status* display shows the state of each link, while the LQM settings can be adjusted on the **Basic Setup** or **Advanced Confugiration** displays.
What LQM does not do What LQM does not do
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^