You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the #5841 the TXT record describing CRMP retry intervals was added. However for Thread devices those intervals depend on the device type (SED/MED) and sleepy end device poll period, which both may change dynamically during the lifetime of the device. Current solution doesn't address this problem.
Proposed Solution
Implement handling notifications on Thread device type change and poll period value change and updating operational discovery information. If notifications can't be handled because of the OpenThread API, implement updating information when calling SetThreadDeviceType() and SetThreadPollingConfig() methods.
The text was updated successfully, but these errors were encountered:
Problem
In the #5841 the TXT record describing CRMP retry intervals was added. However for Thread devices those intervals depend on the device type (SED/MED) and sleepy end device poll period, which both may change dynamically during the lifetime of the device. Current solution doesn't address this problem.
Proposed Solution
Implement handling notifications on Thread device type change and poll period value change and updating operational discovery information. If notifications can't be handled because of the OpenThread API, implement updating information when calling SetThreadDeviceType() and SetThreadPollingConfig() methods.
The text was updated successfully, but these errors were encountered: