-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[mbed-os-5.15] Update mbed-coap to version v5.1.10 #14682
[mbed-os-5.15] Update mbed-coap to version v5.1.10 #14682
Conversation
- Fix regression from previous release concerning 1024 byte blocksize operations. - Do not store ACK's into duplicate list. - Code size optimizations
@anttiylitokola, thank you for your changes. |
CI started |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please complete review of the changes to move the PR forward. Thank you for your contributions. |
#define SN_COAP_CONSTANT_NEEDED_SIZE MBED_CONF_MBED_CLIENT_SN_COAP_CONSTANT_NEEDED_SIZE | ||
#endif | ||
|
||
//#define SN_COAP_CONSTANT_NEEDED_SIZE 1024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remove redundant code rather than comment out
uint16_t count_resent_msgs; | ||
#endif | ||
#if SN_COAP_DUPLICATION_MAX_MSGS_COUNT | ||
uint16_t count_duplication_msgs; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the massive spacing here ?
uint8_t *payload_ptr; | ||
unsigned int use_size1:1; | ||
|
||
uint32_t timestamp; /* Tells when Payload is stored to Linked list */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the massive spacing? Are you using tabs instead of spaces ?
I've approved based on the fact that presumably you maintain coap outside of Mbed-os so may not be able to address the comments I provided. But it would be good to do so if possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
CI started |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
Summary of changes
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@teetak01 @AnttiKauppila