Skip to content

Commit

Permalink
Merge pull request #14770 from anttiylitokola/mbed-os-5.15-coap-update
Browse files Browse the repository at this point in the history
mbed-os-5.15: Update mbed-coap to version 5.1.11
  • Loading branch information
0xc0170 authored Jun 21, 2021
2 parents 00cafd7 + a0f8c17 commit b87dc20
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 101 deletions.
6 changes: 6 additions & 0 deletions features/frameworks/mbed-coap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
## [v5.1.11](https://github.com/ARMmbed/mbed-coap/releases/tag/v5.1.11)

Block-Wise request (block1) error handling improvements:
* Removed SN_COAP_BLOCKWISE_MAX_TIME_DATA_STORED usage. Block-Wise requests will now follow normal retranmission rules.
* Process block1 responses only once. If response is coming in wrong order just ignore it wait next response to happen.

## [v5.1.10](https://github.com/ARMmbed/mbed-coap/releases/tag/v5.1.10)

- Fix regression from previous release concerning 1024 byte blocksize operations.
Expand Down
Loading

0 comments on commit b87dc20

Please sign in to comment.