PelionIoT / mbed-coap

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

Increase default BLOCKWISE and DUPLICATE storing timeouts to 300 s #110

Closed teetak01 closed 4 years ago

teetak01 commented 4 years ago

These two are critical parameters for low-bandwidth high-latency networks. The defaults should be more geared towards such networks that are likely to have issues with transmissions.

The increased defaults can increase the runtime HEAP usage when there is a lot of duplicates or retransmissions.

yogpan01 commented 4 years ago

@teetak01 you may want to disable the IAR build job from PR check on this repo as well.