PelionIoT / mbed-coap

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

Store every outgoing block request into resend queue #51

Closed anttiylitokola closed 6 years ago

anttiylitokola commented 6 years ago

Fixes error: IOTCLT-2469 CoAP UDP retransmission does not work for blocks after first one for requests (Eg. registration POST)

anttiylitokola commented 6 years ago

@kuggenhoffen, could you review this one?