PelionIoT / mbed-coap

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

Change resending_queue_bytes datatype #31

Closed simosillankorva closed 7 years ago

simosillankorva commented 7 years ago

This change is needed to allow proper queue sizes. uint16_t could be also used, but the uint32_t should make sure we don't have to make it bigger in future.