Skip to content
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

Issue #5833 - CRMP retry intervals should be updated on the poll period value #5884

Closed
todo bot opened this issue Apr 8, 2021 · 0 comments
Closed
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Apr 8, 2021

// TODO: Issue #5833 - CRMP retry intervals should be updated on the poll period value
// change or device type change.
#if CHIP_DEVICE_CONFIG_ENABLE_THREAD
if (chip::DeviceLayer::ConnectivityMgr().GetThreadDeviceType() ==
chip::DeviceLayer::ConnectivityManager::kThreadDeviceType_SleepyEndDevice)
{
uint32_t sedPollPeriod;
ReturnErrorOnFailure(chip::DeviceLayer::ThreadStackMgr().GetPollPeriod(sedPollPeriod));
// Increment default CRMP retry intervals by SED poll period to be on the safe side
// and avoid unnecessary retransmissions.
crmpRetryIntervalIdle += sedPollPeriod;


This issue was generated by todo based on a TODO comment in 60a2557 when #5841 was merged. cc @kkasperczyk-no.
@todo todo bot added the todo label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants