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

That value should be defined in the ReliableMessageProtocolConfig.h, #5883

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

That value should be defined in the ReliableMessageProtocolConfig.h, #5883

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

Comments

@todo
Copy link

todo bot commented Apr 8, 2021

// TODO: That value should be defined in the ReliableMessageProtocolConfig.h,
// but for now it is not possible to access it from src/lib/mdns. It should be
// refactored after creating common DNS-SD layer.
constexpr uint32_t kMaxCRMPRetryInterval = 3600000;
// kMaxCRMPRetryInterval max value is 3600000, what gives 7 characters and newline
// necessary to represent it in the text form.
constexpr uint8_t kMaxCRMPRetryBufferSize = 7 + 1;
char crmpRetryIntervalIdleBuf[kMaxCRMPRetryBufferSize];
char crmpRetryIntervalActiveBuf[kMaxCRMPRetryBufferSize];
TextEntry crmpRetryIntervalEntries[2];
size_t textEntrySize = 0;


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