-
Notifications
You must be signed in to change notification settings - Fork 3k
Update mbed-coap to version 4.7.2 #8837
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
Conversation
- Fix handling of duplicate blockwise ACK's CoAP data buffer was not added into duplication info store when creating response for blockwise request. This leads to case where whole bootstrap flow just timeouts if received any duplicate messages during blockwise operation. Fixes error: IOTCLT-3188 - UDP connection fails for lost ACK sending - Remove error trace when building reset message without options This makes it possible to build the reset message without allocating option or getting error message.
@TeroJaasko, please review. |
@0xc0170 Can we get this into next Mbed OS patch release? |
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.
Looks good to me.
The next release is 5.11.0, will be in |
What's the status? needs ci, review? ready to merge? |
Waiting for CI now |
CI was triggered |
@mbed-os-test Please review, similar dynamic python error |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
dynamic-memory-usage will be restarted once the python script bug is fixed I restarted exporters |
Info: This PR has been re-bundled into a new rollup PR (#8838 ). No further work is needed here, as once that PR is merged, this PR will also be closed and marked as merged. |
Description
Fix handling of duplicate blockwise ACK's
CoAP data buffer was not added into duplication info store when creating response for blockwise request.
This leads to case where whole bootstrap flow just timeouts if received any duplicate messages during blockwise operation.
Fixes error: IOTCLT-3188 - UDP connection fails for lost ACK sending
Remove error trace when building reset message without options
This makes it possible to build the reset message without allocating option or getting error message.
Pull request type