PelionIoT / mbed-coap

CoAP C library - Builder and Parser for CoAP messages
Apache License 2.0
29 stars 16 forks source link

Store also ACK's into duplicate message list #94

Closed anttiylitokola closed 5 years ago

anttiylitokola commented 5 years ago

It's possible to receive same ACK multiple times and it needs to placed into duplicate list. EMPTY ACK's are skipped since those are used in separate response case where EMPTY ACK and final response have the same MSG ID. Fixes error: IOTCLT-3592 - Client does not handle Duplicate ACK messages during blockwise registration correctly