|
Out of curiosity what were the significant configuration changes made from the old thread version 1.3 to the current version now, (such as changing from OPENTHREAD_CONFIG_MAC_DEFAULT_MAX_FRAME_RETRIES_DIRECT=3 to 15), and what were the reasons? |
Answered by
jwhui
May 11, 2026
Replies: 1 comment 2 replies
|
The change from
In general, default values are only changed when a new specification requires it or when extensive field experience shows that a different default provides better behavior across most topologies. |
2 replies
Answer selected by
jtaySWE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The change from
3to15for this configuration actually occurred in March 2021 (commit498818a79d) and was driven by the Thread 1.2.1 specification (specifically Thread 1.2.1-draft4).macMaxFrameRetriesto improve link reliability and ensure better delivery of messages in dense or noisy environments.In general, default values are only changed when a new specification requires it or when extensive field experience shows that a different default provides better behavior across most topologies.