net/gcoap: evaluate gcoap thread stack size #12817
Labels
Area: CoAP
Area: Constrained Application Protocol implementations
State: stale
State: The issue / PR has no activity for >185 days
Type: cleanup
The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Description
In #8998 we increased the stack size of the gcoap thread by sizeof(coap_pkt_t) due to overflow reported in #8981. Now that #12774 has been merged, we have reduced the use of the stack by 128 bytes by default. Does it make sense to reduce the stack size of the gcoap thread now?
The text was updated successfully, but these errors were encountered: