mbed-os/features/frameworks/mbed-coap/mbed-coap
Antti Yli-Tokola 5f92db3c12 Add a flag to maintain backward compatibility
By default CoAP will create a copy of the whole data to be passed to application and it keeps the backward compatibility.

If enabled, application must NOT free the payload when it gets the COAP_STATUS_PARSER_BLOCKWISE_MSG_RECEIVED status.
And application must call sn_coap_protocol_block_remove() instead.
2019-08-29 13:34:24 +03:00
..
sn_coap_header.h Update mbed-coap to version 5.0.0 2019-08-28 11:26:55 +03:00
sn_coap_protocol.h Update mbed-coap to version 4.8.1 2019-08-21 13:08:18 +03:00
sn_config.h Add a flag to maintain backward compatibility 2019-08-29 13:34:24 +03:00