Skip to content

Commit

Permalink
Merge pull request #14768 from anttiylitokola/update-mbed-coap
Browse files Browse the repository at this point in the history
Update mbed-coap to version v5.1.11
  • Loading branch information
0xc0170 authored Jun 14, 2021
2 parents 2dcd6c0 + 6a3e0d5 commit 0c9be22
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 101 deletions.
6 changes: 6 additions & 0 deletions connectivity/libraries/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 0c9be22

Please sign in to comment.