Modifying the max route cost #7766
-
Hello, What are potential serious consequences for modifying some constants in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Note that the As for the other constants in |
Beta Was this translation helpful? Give feedback.
Note that the
OPENTHREAD_CONFIG_MLE_LONG_ROUTES_ENABLE
feature is experimental and not conformant to the Thread Specification. That said, setting the max route cost to a lower value should not harm anything as long as you do not expect to have paths that exceed that limit.As for the other constants in
mle_types.hpp
, they are typically specified in the Thread Specification. Changing those values would make the implementation non-conformant to the Thread Specification. The side-effect of changing a given value really depends on the constant being changed.