PelionIoT / mbed-coap

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

Fix CoAP request blockwise response handling #56

Closed terhei closed 6 years ago

terhei commented 6 years ago

When request is sent, response can have blockwise option set. All requests must be stored to the linked list.

Use token value for identify blockwise message transactions.

Compiler warning fixed - renamed message_id to msg_id. (‘message_id’ shadows a global declaration)

anttiylitokola commented 6 years ago

rebuild

anttiylitokola commented 6 years ago

rebuild