Skip to content

Commit a0f8c17

Browse files
author
Antti Yli-Tokola
committed
[mbed-os-5.15] Update mbed-coap to version 5.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.
1 parent 54b8523 commit a0f8c17

File tree

2 files changed

+96
-101
lines changed

2 files changed

+96
-101
lines changed

features/frameworks/mbed-coap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
2+
## [v5.1.11](https://github.com/ARMmbed/mbed-coap/releases/tag/v5.1.11)
3+
4+
Block-Wise request (block1) error handling improvements:
5+
* Removed SN_COAP_BLOCKWISE_MAX_TIME_DATA_STORED usage. Block-Wise requests will now follow normal retranmission rules.
6+
* Process block1 responses only once. If response is coming in wrong order just ignore it wait next response to happen.
7+
28
## [v5.1.10](https://github.com/ARMmbed/mbed-coap/releases/tag/v5.1.10)
39

410
- Fix regression from previous release concerning 1024 byte blocksize operations.

0 commit comments

Comments
 (0)