PelionIoT / mbed-coap

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

blockwise: reduce heap footprint #90

Closed anttiylitokola closed 5 years ago

anttiylitokola commented 5 years ago

If the size1 option present in the first received block message then the allocation can be done before hand. This will reduce the use of heap since there is no need to store every block as it's own entry.